#A99D92

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

Shades of Zorba #A99D92

Tints of Zorba #A99D92

Color information

#A99D92 (or 0xA99D92) is unknown color: approx Zorba. HEX triplet: A9, 9D and 92. RGB value is (169,157,146). Sum of RGB (Red+Green+Blue) = 169+157+146=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D92 is #56626D. Grayscale: #9F9F9F. Windows color (decimal): -5661294 or 9608617. OLE color: 9608617.

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

Color convert

RGB169157146-
CMYK00.070.140.34
HSL28.7º11.79%61.76%-
HSV(B)28.7º13.61%66.27%-
XYZ33.6134.6232.11-
YUV159.33120.48134.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=35.81%
G=33.26%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915714600.070.140.3428.711.7961.76
HexA99D9207E221dc3e
Octal251235222071642351476
Binary10101001100111011001001001111110100010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D92; }

 p { color: rgb(169,157,146); }

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

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

 a { background-color: rgb(169,157,146); }

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

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

 span { border-color: rgb(169,157,146); }

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