#A39487

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

Shades of Zorba #A39487

Tints of Zorba #A39487

Color information

#A39487 (or 0xA39487) is unknown color: approx Zorba. HEX triplet: A3, 94 and 87. RGB value is (163,148,135). Sum of RGB (Red+Green+Blue) = 163+148+135=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39487 is #5C6B78. Grayscale: #979797. Windows color (decimal): -6056825 or 8885411. OLE color: 8885411.

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

Color convert

RGB163148135-
CMYK00.090.170.36
HSL27.86º13.21%58.43%-
HSV(B)27.86º17.18%63.92%-
XYZ30.0730.7227.27-
YUV151118.97136.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=36.55%
G=33.18%
B=30.27%

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
Decimal16314813500.090.170.3627.8613.2158.43
HexA394870911241cd3a
Octal2432242070112144341572
Binary1010001110010100100001110100110001100100111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39487; }

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

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

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

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

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

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

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

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