#A9998E

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

Shades of Zorba #A9998E

Tints of Zorba #A9998E

Color information

#A9998E (or 0xA9998E) is unknown color: approx Zorba. HEX triplet: A9, 99 and 8E. RGB value is (169,153,142). Sum of RGB (Red+Green+Blue) = 169+153+142=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A9998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9998E is #566671. Grayscale: #9C9C9C. Windows color (decimal): -5662322 or 9345449. OLE color: 9345449.

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

Color convert

RGB169153142-
CMYK00.090.160.34
HSL24.44º13.57%60.98%-
HSV(B)24.44º15.98%66.27%-
XYZ32.6433.1730.27-
YUV156.53119.8136.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=36.42%
G=32.97%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915314200.090.160.3424.4413.5760.98
HexA9998E09102218e3d
Octal2512312160112042301675
Binary1010100110011001100011100100110000100010110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9998E; }

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

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

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

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

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

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

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

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