#A9998C

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

Shades of Zorba #A9998C

Tints of Zorba #A9998C

Color information

#A9998C (or 0xA9998C) is unknown color: approx Zorba. HEX triplet: A9, 99 and 8C. RGB value is (169,153,140). Sum of RGB (Red+Green+Blue) = 169+153+140=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A9998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9998C is #566673. Grayscale: #9C9C9C. Windows color (decimal): -5662324 or 9214377. OLE color: 9214377.

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

Color convert

RGB169153140-
CMYK00.090.170.34
HSL26.9º14.43%60.59%-
HSV(B)26.9º17.16%66.27%-
XYZ32.4933.1129.49-
YUV156.3118.8137.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=36.58%
G=33.12%
B=30.30%

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
Decimal16915314000.090.170.3426.914.4360.59
HexA9998C0911221be3d
Octal2512312140112142331675
Binary1010100110011001100011000100110001100010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9998C; }

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

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

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

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

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

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

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

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