#A39180

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

Shades of Zorba #A39180

Tints of Zorba #A39180

Color information

#A39180 (or 0xA39180) is unknown color: approx Zorba. HEX triplet: A3, 91 and 80. RGB value is (163,145,128). Sum of RGB (Red+Green+Blue) = 163+145+128=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A39180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39180 is #5C6E7F. Grayscale: #949494. Windows color (decimal): -6057600 or 8425891. OLE color: 8425891.

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

Color convert

RGB163145128-
CMYK00.110.210.36
HSL29.14º15.98%57.06%-
HSV(B)29.14º21.47%63.92%-
XYZ29.1329.624.6-
YUV148.44116.46138.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=37.39%
G=33.26%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314512800.110.210.3629.1415.9857.06
HexA391800B15241d1039
Octal2432212000132544352071
Binary10100011100100011000000001011101011001001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39180; }

 p { color: rgb(163,145,128); }

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

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

 a { background-color: rgb(163,145,128); }

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

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

 span { border-color: rgb(163,145,128); }

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