#A39287

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

Shades of Zorba #A39287

Tints of Zorba #A39287

Color information

#A39287 (or 0xA39287) is unknown color: approx Zorba. HEX triplet: A3, 92 and 87. RGB value is (163,146,135). Sum of RGB (Red+Green+Blue) = 163+146+135=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39287 is #5C6D78. Grayscale: #959595. Windows color (decimal): -6057337 or 8884899. OLE color: 8884899.

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

Color convert

RGB163146135-
CMYK00.100.170.36
HSL23.57º13.21%58.43%-
HSV(B)23.57º17.18%63.92%-
XYZ29.7630.0927.16-
YUV149.83119.63137.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=36.71%
G=32.88%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314613500.100.170.3623.5713.2158.43
HexA392870A112418d3a
Octal2432222070122144301572
Binary1010001110010010100001110101010001100100110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39287; }

 p { color: rgb(163,146,135); }

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

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

 a { background-color: rgb(163,146,135); }

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

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

 span { border-color: rgb(163,146,135); }

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