#A99786

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

Shades of Zorba #A99786

Tints of Zorba #A99786

Color information

#A99786 (or 0xA99786) is unknown color: approx Zorba. HEX triplet: A9, 97 and 86. RGB value is (169,151,134). Sum of RGB (Red+Green+Blue) = 169+151+134=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A99786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99786 is #566879. Grayscale: #9A9A9A. Windows color (decimal): -5662842 or 8820649. OLE color: 8820649.

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

Color convert

RGB169151134-
CMYK00.110.210.34
HSL29.14º16.91%59.41%-
HSV(B)29.14º20.71%66.27%-
XYZ31.7332.2927.11-
YUV154.44116.46138.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=37.22%
G=33.26%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915113400.110.210.3429.1416.9159.41
HexA997860B15221d113b
Octal2512272060132542352173
Binary10101001100101111000011001011101011000101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99786; }

 p { color: rgb(169,151,134); }

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

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

 a { background-color: rgb(169,151,134); }

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

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

 span { border-color: rgb(169,151,134); }

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