#A29485

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

Shades of Zorba #A29485

Tints of Zorba #A29485

Color information

#A29485 (or 0xA29485) is unknown color: approx Zorba. HEX triplet: A2, 94 and 85. RGB value is (162,148,133). Sum of RGB (Red+Green+Blue) = 162+148+133=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29485 is #5D6B7A. Grayscale: #969696. Windows color (decimal): -6122363 or 8754338. OLE color: 8754338.

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

Color convert

RGB162148133-
CMYK00.090.180.36
HSL31.03º13.49%57.84%-
HSV(B)31.03º17.9%63.53%-
XYZ29.7230.5526.52-
YUV150.48118.14136.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=36.57%
G=33.41%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214813300.090.180.3631.0313.4957.84
HexA294850912241fd3a
Octal2422242050112244371572
Binary1010001010010100100001010100110010100100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29485; }

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

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

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

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

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

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

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

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