#A29185

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

Shades of Zorba #A29185

Tints of Zorba #A29185

Color information

#A29185 (or 0xA29185) is unknown color: approx Zorba. HEX triplet: A2, 91 and 85. RGB value is (162,145,133). Sum of RGB (Red+Green+Blue) = 162+145+133=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A29185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29185 is #5D6E7A. Grayscale: #949494. Windows color (decimal): -6123131 or 8753570. OLE color: 8753570.

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

Color convert

RGB162145133-
CMYK00.100.180.36
HSL24.83º13.49%57.84%-
HSV(B)24.83º17.9%63.53%-
XYZ29.2629.6326.37-
YUV148.72119.13137.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=36.82%
G=32.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214513300.100.180.3624.8313.4957.84
HexA291850A122419d3a
Octal2422212050122244311572
Binary1010001010010001100001010101010010100100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29185; }

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

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

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

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

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

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

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

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