#A29181

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

Shades of Zorba #A29181

Tints of Zorba #A29181

Color information

#A29181 (or 0xA29181) is unknown color: approx Zorba. HEX triplet: A2, 91 and 81. RGB value is (162,145,129). Sum of RGB (Red+Green+Blue) = 162+145+129=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A29181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29181 is #5D6E7E. Grayscale: #949494. Windows color (decimal): -6123135 or 8491426. OLE color: 8491426.

HSL color Cylindrical-coordinate representation of color #A29181: hue angle of 29.09º 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 #A29181 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162145129-
CMYK00.100.200.36
HSL29.09º15.07%57.06%-
HSV(B)29.09º20.37%63.53%-
XYZ28.9929.5224.94-
YUV148.26117.13137.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=37.16%
G=33.26%
B=29.59%

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
Decimal16214512900.100.200.3629.0915.0757.06
HexA291810A14241df39
Octal2422212010122444351771
Binary1010001010010001100000010101010100100100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29181; }

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

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

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

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

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

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

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

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