#A8969A

Color #A8969A Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A8969A

Tints of Shady Lady #A8969A

Color information

#A8969A (or 0xA8969A) is unknown color: approx Shady Lady. HEX triplet: A8, 96 and 9A. RGB value is (168,150,154). Sum of RGB (Red+Green+Blue) = 168+150+154=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A8969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8969A is #576965. Grayscale: #9B9B9B. Windows color (decimal): -5728614 or 10131112. OLE color: 10131112.

HSL color Cylindrical-coordinate representation of color #A8969A: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8969A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168150154-
CMYK00.110.080.34
HSL346.67º9.38%62.35%-
HSV(B)346.67º10.71%65.88%-
XYZ32.8932.4735.11-
YUV155.84126.96136.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=35.59%
G=31.78%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815015400.110.080.34346.679.3862.35
HexA8969A0B82215b93e
Octal25022623201310425331176
Binary1010100010010110100110100101110001000101010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8969A; }

 p { color: rgb(168,150,154); }

 H1.HeaderClassName
 {
   color: #A8969A;
 }
 .AnyTagClassName
 {
   color: #A8969A;
 }
</style>
background-color css

<style>
 a { background-color: #A8969A; }

 a { background-color: rgb(168,150,154); }

 div.DivClassName
 {
   background-color: #A8969A;
 }
 .BgClassName
 {
   background-color: #A8969A;
 }
</style>
border-color css

<style>
 span { border-color: #A8969A; }

 span { border-color: rgb(168,150,154); }

 td.TdClassName
 {
   border-color: #A8969A;
 }
 .TagClassName
 {
   border-color: #A8969A;
 }
</style>