#AA998B

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

Shades of Zorba #AA998B

Tints of Zorba #AA998B

Color information

#AA998B (or 0xAA998B) is unknown color: approx Zorba. HEX triplet: AA, 99 and 8B. RGB value is (170,153,139). Sum of RGB (Red+Green+Blue) = 170+153+139=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998B is #556674. Grayscale: #9C9C9C. Windows color (decimal): -5596789 or 9148842. OLE color: 9148842.

HSL color Cylindrical-coordinate representation of color #AA998B: hue angle of 27.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA998B is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170153139-
CMYK00.10.180.33
HSL27.1º15.42%60.59%-
HSV(B)27.1º18.24%66.67%-
XYZ32.6333.1929.11-
YUV156.49118.13137.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=36.80%
G=33.12%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015313900.10.180.3327.115.4260.59
HexAA998B0A12211bf3d
Octal2522312130122241331775
Binary1010101010011001100010110101010010100001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA998B; }

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

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

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

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

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

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

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

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