#A99B92

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

Shades of Zorba #A99B92

Tints of Zorba #A99B92

Color information

#A99B92 (or 0xA99B92) is unknown color: approx Zorba. HEX triplet: A9, 9B and 92. RGB value is (169,155,146). Sum of RGB (Red+Green+Blue) = 169+155+146=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B92 is #56646D. Grayscale: #9E9E9E. Windows color (decimal): -5661806 or 9608105. OLE color: 9608105.

HSL color Cylindrical-coordinate representation of color #A99B92: hue angle of 23.48º 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 #A99B92 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169155146-
CMYK00.080.140.34
HSL23.48º11.79%61.76%-
HSV(B)23.48º13.61%66.27%-
XYZ33.2733.9531.99-
YUV158.16121.14135.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=35.96%
G=32.98%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915514600.080.140.3423.4811.7961.76
HexA99B9208E2217c3e
Octal2512332220101642271476
Binary101010011001101110010010010001110100010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B92; }

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

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

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

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

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

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

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

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