#A9998D

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

Shades of Zorba #A9998D

Tints of Zorba #A9998D

Color information

#A9998D (or 0xA9998D) is unknown color: approx Zorba. HEX triplet: A9, 99 and 8D. RGB value is (169,153,141). Sum of RGB (Red+Green+Blue) = 169+153+141=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A9998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9998D is #566672. Grayscale: #9C9C9C. Windows color (decimal): -5662323 or 9279913. OLE color: 9279913.

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

Color convert

RGB169153141-
CMYK00.090.170.34
HSL25.71º14%60.78%-
HSV(B)25.71º16.57%66.27%-
XYZ32.5633.1429.88-
YUV156.42119.3136.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=36.50%
G=33.05%
B=30.45%

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
Decimal16915314100.090.170.3425.711460.78
HexA9998D0911221ae3d
Octal2512312150112142321675
Binary1010100110011001100011010100110001100010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9998D; }

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

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

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

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

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

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

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

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