#A9998B

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

Shades of Zorba #A9998B

Tints of Zorba #A9998B

Color information

#A9998B (or 0xA9998B) is unknown color: approx Zorba. HEX triplet: A9, 99 and 8B. RGB value is (169,153,139). Sum of RGB (Red+Green+Blue) = 169+153+139=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A9998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9998B is #566674. Grayscale: #9C9C9C. Windows color (decimal): -5662325 or 9148841. OLE color: 9148841.

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

Color convert

RGB169153139-
CMYK00.090.180.34
HSL28º14.85%60.39%-
HSV(B)28º17.75%66.27%-
XYZ32.4133.0829.1-
YUV156.19118.3137.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=36.66%
G=33.19%
B=30.15%

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
Decimal16915313900.090.180.342814.8560.39
HexA9998B0912221cf3c
Octal2512312130112242341774
Binary1010100110011001100010110100110010100010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9998B; }

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

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

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

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

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

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

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

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