#AA988D

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

Shades of Zorba #AA988D

Tints of Zorba #AA988D

Color information

#AA988D (or 0xAA988D) is unknown color: approx Zorba. HEX triplet: AA, 98 and 8D. RGB value is (170,152,141). Sum of RGB (Red+Green+Blue) = 170+152+141=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA988D is #556772. Grayscale: #9C9C9C. Windows color (decimal): -5597043 or 9279658. OLE color: 9279658.

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

Color convert

RGB170152141-
CMYK00.110.170.33
HSL22.76º14.57%60.98%-
HSV(B)22.76º17.06%66.67%-
XYZ32.6132.9329.84-
YUV156.13119.46137.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=36.72%
G=32.83%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015214100.110.170.3322.7614.5760.98
HexAA988D0B112117f3d
Octal2522302150132141271775
Binary1010101010011000100011010101110001100001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA988D; }

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

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

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

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

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

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

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

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