#A99687

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

Shades of Zorba #A99687

Tints of Zorba #A99687

Color information

#A99687 (or 0xA99687) is unknown color: approx Zorba. HEX triplet: A9, 96 and 87. RGB value is (169,150,135). Sum of RGB (Red+Green+Blue) = 169+150+135=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A99687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99687 is #566978. Grayscale: #9A9A9A. Windows color (decimal): -5663097 or 8885929. OLE color: 8885929.

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

Color convert

RGB169150135-
CMYK00.110.200.34
HSL26.47º16.5%59.61%-
HSV(B)26.47º20.12%66.27%-
XYZ31.643227.43-
YUV153.97117.29138.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=37.22%
G=33.04%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915013500.110.200.3426.4716.559.61
HexA996870B14221a113c
Octal2512262070132442322174
Binary10101001100101101000011101011101001000101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99687; }

 p { color: rgb(169,150,135); }

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

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

 a { background-color: rgb(169,150,135); }

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

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

 span { border-color: rgb(169,150,135); }

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