#A39588

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

Shades of Zorba #A39588

Tints of Zorba #A39588

Color information

#A39588 (or 0xA39588) is unknown color: approx Zorba. HEX triplet: A3, 95 and 88. RGB value is (163,149,136). Sum of RGB (Red+Green+Blue) = 163+149+136=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39588 is #5C6A77. Grayscale: #979797. Windows color (decimal): -6056568 or 8951203. OLE color: 8951203.

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

Color convert

RGB163149136-
CMYK00.090.170.36
HSL28.89º12.8%58.63%-
HSV(B)28.89º16.56%63.92%-
XYZ30.331.0627.69-
YUV151.7119.14136.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=36.38%
G=33.26%
B=30.36%

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
Decimal16314913600.090.170.3628.8912.858.63
HexA395880911241dd3b
Octal2432252100112144351573
Binary1010001110010101100010000100110001100100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39588; }

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

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

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

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

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

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

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

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