#A8969D

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

Shades of Shady Lady #A8969D

Tints of Shady Lady #A8969D

Color information

#A8969D (or 0xA8969D) is unknown color: approx Shady Lady. HEX triplet: A8, 96 and 9D. RGB value is (168,150,157). Sum of RGB (Red+Green+Blue) = 168+150+157=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8969D is #576962. Grayscale: #9C9C9C. Windows color (decimal): -5728611 or 10327720. OLE color: 10327720.

HSL color Cylindrical-coordinate representation of color #A8969D: hue angle of 336.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 #A8969D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168150157-
CMYK00.110.070.34
HSL336.67º9.38%62.35%-
HSV(B)336.67º10.71%65.88%-
XYZ33.1432.5736.44-
YUV156.18128.46136.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=35.37%
G=31.58%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815015700.110.070.34336.679.3862.35
HexA8969D0B72215193e
Octal2502262350137425211176
Binary101010001001011010011101010111111000101010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8969D; }

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

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

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

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

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

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

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

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