#A29A90

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

Shades of Zorba #A29A90

Tints of Zorba #A29A90

Color information

#A29A90 (or 0xA29A90) is unknown color: approx Zorba. HEX triplet: A2, 9A and 90. RGB value is (162,154,144). Sum of RGB (Red+Green+Blue) = 162+154+144=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A90 is #5D656F. Grayscale: #9B9B9B. Windows color (decimal): -6120816 or 9476770. OLE color: 9476770.

HSL color Cylindrical-coordinate representation of color #A29A90: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29A90 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162154144-
CMYK00.050.110.36
HSL33.33º8.82%60%-
HSV(B)33.33º11.11%63.53%-
XYZ31.4932.8131.06-
YUV155.25121.65132.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=35.22%
G=33.48%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215414400.050.110.3633.338.8260
HexA29A9005B242193c
Octal242232220051344411174
Binary101000101001101010010000010110111001001000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A90; }

 p { color: rgb(162,154,144); }

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

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

 a { background-color: rgb(162,154,144); }

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

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

 span { border-color: rgb(162,154,144); }

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