#A99A8C

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

Shades of Zorba #A99A8C

Tints of Zorba #A99A8C

Color information

#A99A8C (or 0xA99A8C) is unknown color: approx Zorba. HEX triplet: A9, 9A and 8C. RGB value is (169,154,140). Sum of RGB (Red+Green+Blue) = 169+154+140=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A8C is #566573. Grayscale: #9C9C9C. Windows color (decimal): -5662068 or 9214633. OLE color: 9214633.

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

Color convert

RGB169154140-
CMYK00.090.170.34
HSL28.97º14.43%60.59%-
HSV(B)28.97º17.16%66.27%-
XYZ32.6533.4429.54-
YUV156.89118.47136.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=36.50%
G=33.26%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915414000.090.170.3428.9714.4360.59
HexA99A8C0911221de3d
Octal2512322140112142351675
Binary1010100110011010100011000100110001100010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A8C; }

 p { color: rgb(169,154,140); }

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

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

 a { background-color: rgb(169,154,140); }

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

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

 span { border-color: rgb(169,154,140); }

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