#A68992

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

Shades of Shady Lady #A68992

Tints of Shady Lady #A68992

Color information

#A68992 (or 0xA68992) is unknown color: approx Shady Lady. HEX triplet: A6, 89 and 92. RGB value is (166,137,146). Sum of RGB (Red+Green+Blue) = 166+137+146=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68992 is #59766D. Grayscale: #929292. Windows color (decimal): -5863022 or 9603494. OLE color: 9603494.

HSL color Cylindrical-coordinate representation of color #A68992: hue angle of 341.38º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68992 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB166137146-
CMYK00.170.120.35
HSL341.38º14.01%59.41%-
HSV(B)341.38º17.47%65.1%-
XYZ29.8628.0731.04-
YUV146.7127.61141.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=36.97%
G=30.51%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613714600.170.120.35341.3814.0159.41
HexA68992011C23155e3b
Octal24621122202114435251673
Binary10100110100010011001001001000111001000111010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68992; }

 p { color: rgb(166,137,146); }

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

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

 a { background-color: rgb(166,137,146); }

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

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

 span { border-color: rgb(166,137,146); }

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