#A39C80

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

Shades of Grey Olive #A39C80

Tints of Grey Olive #A39C80

Color information

#A39C80 (or 0xA39C80) is unknown color: approx Grey Olive. HEX triplet: A3, 9C and 80. RGB value is (163,156,128). Sum of RGB (Red+Green+Blue) = 163+156+128=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C80 is #5C637F. Grayscale: #9B9B9B. Windows color (decimal): -6054784 or 8428707. OLE color: 8428707.

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

Color convert

RGB163156128-
CMYK00.040.210.36
HSL48º15.98%57.06%-
HSV(B)48º21.47%63.92%-
XYZ30.8933.1225.19-
YUV154.9112.82133.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=36.47%
G=34.90%
B=28.64%

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
Decimal16315612800.040.210.364815.9857.06
HexA39C80041524301039
Octal243234200042544602071
Binary10100011100111001000000001001010110010011000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C80; }

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

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

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

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

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

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

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

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