#AA9E94

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

Shades of Zorba #AA9E94

Tints of Zorba #AA9E94

Color information

#AA9E94 (or 0xAA9E94) is unknown color: approx Zorba. HEX triplet: AA, 9E and 94. RGB value is (170,158,148). Sum of RGB (Red+Green+Blue) = 170+158+148=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E94 is #55616B. Grayscale: #A0A0A0. Windows color (decimal): -5595500 or 9739946. OLE color: 9739946.

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

Color convert

RGB170158148-
CMYK00.070.130.33
HSL27.27º11.46%62.35%-
HSV(B)27.27º12.94%66.67%-
XYZ34.1535.1433-
YUV160.45120.98134.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=35.71%
G=33.19%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015814800.070.130.3327.2711.4662.35
HexAA9E9407D211bb3e
Octal252236224071541331376
Binary10101010100111101001010001111101100001110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E94; }

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

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

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

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

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

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

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

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