#A99A8B

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

Shades of Zorba #A99A8B

Tints of Zorba #A99A8B

Color information

#A99A8B (or 0xA99A8B) is unknown color: approx Zorba. HEX triplet: A9, 9A and 8B. RGB value is (169,154,139). Sum of RGB (Red+Green+Blue) = 169+154+139=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A8B is #566574. Grayscale: #9C9C9C. Windows color (decimal): -5662069 or 9149097. OLE color: 9149097.

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

Color convert

RGB169154139-
CMYK00.090.180.34
HSL30º14.85%60.39%-
HSV(B)30º17.75%66.27%-
XYZ32.5833.4129.16-
YUV156.78117.97136.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=36.58%
G=33.33%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915413900.090.180.343014.8560.39
HexA99A8B0912221ef3c
Octal2512322130112242361774
Binary1010100110011010100010110100110010100010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A8B; }

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

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

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

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

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

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

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

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