#A39289

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

Shades of Zorba #A39289

Tints of Zorba #A39289

Color information

#A39289 (or 0xA39289) is unknown color: approx Zorba. HEX triplet: A3, 92 and 89. RGB value is (163,146,137). Sum of RGB (Red+Green+Blue) = 163+146+137=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39289 is #5C6D76. Grayscale: #969696. Windows color (decimal): -6057335 or 9015971. OLE color: 9015971.

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

Color convert

RGB163146137-
CMYK00.100.160.36
HSL20.77º12.38%58.82%-
HSV(B)20.77º15.95%63.92%-
XYZ29.930.1527.91-
YUV150.06120.63137.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=36.55%
G=32.74%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314613700.100.160.3620.7712.3858.82
HexA392890A102415c3b
Octal2432222110122044251473
Binary1010001110010010100010010101010000100100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39289; }

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

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

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

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

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

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

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

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