#A29489

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

Shades of Zorba #A29489

Tints of Zorba #A29489

Color information

#A29489 (or 0xA29489) is unknown color: approx Zorba. HEX triplet: A2, 94 and 89. RGB value is (162,148,137). Sum of RGB (Red+Green+Blue) = 162+148+137=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A29489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29489 is #5D6B76. Grayscale: #969696. Windows color (decimal): -6122359 or 9016482. OLE color: 9016482.

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

Color convert

RGB162148137-
CMYK00.090.150.36
HSL26.4º11.85%58.63%-
HSV(B)26.4º15.43%63.53%-
XYZ30.0130.6728-
YUV150.93120.14135.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=36.24%
G=33.11%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214813700.090.150.3626.411.8558.63
HexA2948909F241ac3b
Octal2422242110111744321473
Binary101000101001010010001001010011111100100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29489; }

 p { color: rgb(162,148,137); }

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

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

 a { background-color: rgb(162,148,137); }

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

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

 span { border-color: rgb(162,148,137); }

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