#A29385

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

Shades of Zorba #A29385

Tints of Zorba #A29385

Color information

#A29385 (or 0xA29385) is unknown color: approx Zorba. HEX triplet: A2, 93 and 85. RGB value is (162,147,133). Sum of RGB (Red+Green+Blue) = 162+147+133=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29385 is #5D6C7A. Grayscale: #959595. Windows color (decimal): -6122619 or 8754082. OLE color: 8754082.

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

Color convert

RGB162147133-
CMYK00.090.180.36
HSL28.97º13.49%57.84%-
HSV(B)28.97º17.9%63.53%-
XYZ29.5730.2426.47-
YUV149.89118.47136.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=36.65%
G=33.26%
B=30.09%

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
Decimal16214713300.090.180.3628.9713.4957.84
HexA293850912241dd3a
Octal2422232050112244351572
Binary1010001010010011100001010100110010100100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29385; }

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

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

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

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

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

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

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

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