#A29285

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

Shades of Zorba #A29285

Tints of Zorba #A29285

Color information

#A29285 (or 0xA29285) is unknown color: approx Zorba. HEX triplet: A2, 92 and 85. RGB value is (162,146,133). Sum of RGB (Red+Green+Blue) = 162+146+133=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A29285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29285 is #5D6D7A. Grayscale: #959595. Windows color (decimal): -6122875 or 8753826. OLE color: 8753826.

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

Color convert

RGB162146133-
CMYK00.100.180.36
HSL26.9º13.49%57.84%-
HSV(B)26.9º17.9%63.53%-
XYZ29.4129.9326.42-
YUV149.3118.8137.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=36.73%
G=33.11%
B=30.16%

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
Decimal16214613300.100.180.3626.913.4957.84
HexA292850A12241bd3a
Octal2422222050122244331572
Binary1010001010010010100001010101010010100100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29285; }

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

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

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

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

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

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

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

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