#AA9487

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

Shades of Zorba #AA9487

Tints of Zorba #AA9487

Color information

#AA9487 (or 0xAA9487) is unknown color: approx Zorba. HEX triplet: AA, 94 and 87. RGB value is (170,148,135). Sum of RGB (Red+Green+Blue) = 170+148+135=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9487 is #556B78. Grayscale: #999999. Windows color (decimal): -5598073 or 8885418. OLE color: 8885418.

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

Color convert

RGB170148135-
CMYK00.130.210.33
HSL22.29º17.07%59.8%-
HSV(B)22.29º20.59%66.67%-
XYZ31.5431.4827.33-
YUV153.1117.79140.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=37.53%
G=32.67%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014813500.130.210.3322.2917.0759.8
HexAA94870D152116113c
Octal2522242070152541262174
Binary10101010100101001000011101101101011000011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9487; }

 p { color: rgb(170,148,135); }

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

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

 a { background-color: rgb(170,148,135); }

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

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

 span { border-color: rgb(170,148,135); }

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