#A29180

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

Shades of Zorba #A29180

Tints of Zorba #A29180

Color information

#A29180 (or 0xA29180) is unknown color: approx Zorba. HEX triplet: A2, 91 and 80. RGB value is (162,145,128). Sum of RGB (Red+Green+Blue) = 162+145+128=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29180 is #5D6E7F. Grayscale: #949494. Windows color (decimal): -6123136 or 8425890. OLE color: 8425890.

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

Color convert

RGB162145128-
CMYK00.100.210.36
HSL30º15.45%56.86%-
HSV(B)30º20.99%63.53%-
XYZ28.9229.4924.59-
YUV148.15116.63137.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=37.24%
G=33.33%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214512800.100.210.363015.4556.86
HexA291800A15241ef39
Octal2422212000122544361771
Binary1010001010010001100000000101010101100100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29180; }

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

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

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

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

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

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

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

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