#A39D80

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

Shades of Grey Olive #A39D80

Tints of Grey Olive #A39D80

Color information

#A39D80 (or 0xA39D80) is unknown color: approx Grey Olive. HEX triplet: A3, 9D and 80. RGB value is (163,157,128). Sum of RGB (Red+Green+Blue) = 163+157+128=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D80 is #5C627F. Grayscale: #9B9B9B. Windows color (decimal): -6054528 or 8428963. OLE color: 8428963.

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

Color convert

RGB163157128-
CMYK00.040.210.36
HSL49.71º15.98%57.06%-
HSV(B)49.71º21.47%63.92%-
XYZ31.0633.4625.24-
YUV155.49112.49133.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=36.38%
G=35.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315712800.040.210.3649.7115.9857.06
HexA39D80041524321039
Octal243235200042544622071
Binary10100011100111011000000001001010110010011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D80; }

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

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

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

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

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

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

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

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