COLOR #A78099

HEX: #A78099 RGB: (167,128,153)

Color info

#A78099 contains red, green and blue colors in about the same proportion. Web safe color of #A78099 is #996699 (or #969).

RGB color model

#A78099 color RGB value is (167,128,153).

RGB: (167,128,153) (65%, 50%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 153 of 255 = 60%

167
128
153

R + G + B ~ 58%. #A78099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 167 + 128 + 153 = 448 (100%)
R 167 of 448 ~ 37.28%
G 128 of 448 ~ 28.57%
B 153 of 448 ~ 34.15'%

%37.28
%28.57
%34.15

CMYK color model

#A78099 color CMYK value is (0,23,8,35).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 8.38%
  • key color value is 34.51%

CMYK: (0,23,8,35)
C0M23Y8K35 (0%, 23%, 8%, 35%)
(0.00 / 0.23 / 0.08 / 0.35)

CMYK percentages

%0
%23.35
%8.38
%34.51

Codes

Color #A78099 in popluar color models

A7 80 99
RGB 167 128 153
HSL 322° 18.14% 57.84%
HSB/HSV 322° 23.35% 65.49%
CMYK 0.00% 23.35% 8.38%
34.51%

Color #A78099 in popluar number systems.

HEX A7 80 99
Decimal 167 128 153
Binary 10100111 10000000 10011001
Octal 247 200 231

Shades and tints

Shades of #A78099

#A78099
(167,128,153)
#98758C
(152,117,140)
#896A7F
(137,106,127)
#7A5F72
(122,95,114)
#6B5465
(107,84,101)
#5C4958
(92,73,88)
#4D3E4B
(77,62,75)
#3E333E
(62,51,62)
#2F2831
(47,40,49)
#201D24
(32,29,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #A78099

#A78099
(167,128,153)
#AF8BA2
(175,139,162)
#B796AB
(183,150,171)
#BFA1B4
(191,161,180)
#C7ACBD
(199,172,189)
#CFB7C6
(207,183,198)
#D7C2CF
(215,194,207)
#DFCDD8
(223,205,216)
#E7D8E1
(231,216,225)
#EFE3EA
(239,227,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78099 color. Also use rgb(167,128,153) instead hex code.

Text Font Color

.myTextColor { color: #A78099; }

<p style="color:#A78099">This sample text font color is #A78099.</p>

This text font color is #A78099.

Background Color

.myBgColor { background-color: #A78099; }

<div style="background-color:#A78099">Inner text</div>

This div background color is #A78099.

Border color

.myBorderColor { border: 1px solid #A78099; }

<div style="border:3px solid #A78099">Div</div>

This div border color is #A78099.

Opacity

.myOpacity80 { color: #A78099; opacity: 0.8; }

<p style="color:#A78099;opacity:0.8;">80%</p>

Text with #A78099 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A78099;}

<p style="text-shadow: 3px 3px 1px #A78099">Text here.</p>

This text has shadow with #A78099 color.


.textShadow {text-shadow: 3px 3px 1px #A78099', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A78099, 5px 5px 20px red">Text here.</p>

This text has shadow with #A78099 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A78099, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A78099, Direction=45, Strength=4)">Text</p>

This text has shadow with #A78099 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A78099;
-webkit-box-shadow: 1px 1px 3px 2px #A78099;
box-shadow: 1px 1px 3px 2px #A78099;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A78099; -webkit-box-shadow: 1px 1px 3px 2px #A78099; box-shadow:1px 1px 3px 2px #A78099;">
Div content here
</div>

This div box has shadow with color #A78099.

Preview

Color preview on black background

This text has color #A78099 on black background.


Color preview on white background

This text has color #A78099 on white background.


Black color preview on #A78099 background

This text has black color on #A78099 background.


White color preview on #A78099 background

This text has white color on #A78099 background.


Related colors

Complementary color

Complementary color for #hex is #587F66.


I love getcolorcode.com

Triadic colors

1 #99A780 and #8099A7 with #A78099 are triadic colors.

2 #9980A7 and #80A799 with #A78099 are triadic colors.