#A39587

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

Shades of Zorba #A39587

Tints of Zorba #A39587

Color information

#A39587 (or 0xA39587) is unknown color: approx Zorba. HEX triplet: A3, 95 and 87. RGB value is (163,149,135). Sum of RGB (Red+Green+Blue) = 163+149+135=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39587 is #5C6A78. Grayscale: #979797. Windows color (decimal): -6056569 or 8885667. OLE color: 8885667.

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

Color convert

RGB163149135-
CMYK00.090.170.36
HSL30º13.21%58.43%-
HSV(B)30º17.18%63.92%-
XYZ30.2231.0327.32-
YUV151.59118.64136.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=36.47%
G=33.33%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314913500.090.170.363013.2158.43
HexA395870911241ed3a
Octal2432252070112144361572
Binary1010001110010101100001110100110001100100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39587; }

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

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

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

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

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

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

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

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