#AA998E

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

Shades of Zorba #AA998E

Tints of Zorba #AA998E

Color information

#AA998E (or 0xAA998E) is unknown color: approx Zorba. HEX triplet: AA, 99 and 8E. RGB value is (170,153,142). Sum of RGB (Red+Green+Blue) = 170+153+142=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA998E is #556671. Grayscale: #9C9C9C. Windows color (decimal): -5596786 or 9345450. OLE color: 9345450.

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

Color convert

RGB170153142-
CMYK00.10.160.33
HSL23.57º14.14%61.18%-
HSV(B)23.57º16.47%66.67%-
XYZ32.8533.2830.28-
YUV156.83119.63137.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=36.56%
G=32.90%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015314200.10.160.3323.5714.1461.18
HexAA998E0A102118e3d
Octal2522312160122041301675
Binary1010101010011001100011100101010000100001110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA998E; }

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

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

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

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

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

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

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

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