#A39589

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

Shades of Zorba #A39589

Tints of Zorba #A39589

Color information

#A39589 (or 0xA39589) is unknown color: approx Zorba. HEX triplet: A3, 95 and 89. RGB value is (163,149,137). Sum of RGB (Red+Green+Blue) = 163+149+137=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A39589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39589 is #5C6A76. Grayscale: #979797. Windows color (decimal): -6056567 or 9016739. OLE color: 9016739.

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

Color convert

RGB163149137-
CMYK00.090.160.36
HSL27.69º12.38%58.82%-
HSV(B)27.69º15.95%63.92%-
XYZ30.3731.0928.07-
YUV151.82119.64135.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=36.30%
G=33.18%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314913700.090.160.3627.6912.3858.82
HexA395890910241cc3b
Octal2432252110112044341473
Binary1010001110010101100010010100110000100100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39589; }

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

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

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

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

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

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

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

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