#A29182

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

Shades of Zorba #A29182

Tints of Zorba #A29182

Color information

#A29182 (or 0xA29182) is unknown color: approx Zorba. HEX triplet: A2, 91 and 82. RGB value is (162,145,130). Sum of RGB (Red+Green+Blue) = 162+145+130=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29182 is #5D6E7D. Grayscale: #949494. Windows color (decimal): -6123134 or 8556962. OLE color: 8556962.

HSL color Cylindrical-coordinate representation of color #A29182: hue angle of 28.13º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29182 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162145130-
CMYK00.100.200.36
HSL28.13º14.68%57.25%-
HSV(B)28.13º19.75%63.53%-
XYZ29.0529.5425.29-
YUV148.37117.63137.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=37.07%
G=33.18%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214513000.100.200.3628.1314.6857.25
HexA291820A14241cf39
Octal2422212020122444341771
Binary1010001010010001100000100101010100100100111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29182; }

 p { color: rgb(162,145,130); }

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

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

 a { background-color: rgb(162,145,130); }

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

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

 span { border-color: rgb(162,145,130); }

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