#A9988D

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

Shades of Zorba #A9988D

Tints of Zorba #A9988D

Color information

#A9988D (or 0xA9988D) is unknown color: approx Zorba. HEX triplet: A9, 98 and 8D. RGB value is (169,152,141). Sum of RGB (Red+Green+Blue) = 169+152+141=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A9988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9988D is #566772. Grayscale: #9B9B9B. Windows color (decimal): -5662579 or 9279657. OLE color: 9279657.

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

Color convert

RGB169152141-
CMYK00.100.170.34
HSL23.57º14%60.78%-
HSV(B)23.57º16.57%66.27%-
XYZ32.432.8129.83-
YUV155.83119.63137.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=36.58%
G=32.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915214100.100.170.3423.571460.78
HexA9988D0A112218e3d
Octal2512302150122142301675
Binary1010100110011000100011010101010001100010110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9988D; }

 p { color: rgb(169,152,141); }

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

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

 a { background-color: rgb(169,152,141); }

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

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

 span { border-color: rgb(169,152,141); }

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