#A39B82

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

Shades of Grey Olive #A39B82

Tints of Grey Olive #A39B82

Color information

#A39B82 (or 0xA39B82) is unknown color: approx Grey Olive. HEX triplet: A3, 9B and 82. RGB value is (163,155,130). Sum of RGB (Red+Green+Blue) = 163+155+130=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B82 is #5C647D. Grayscale: #9A9A9A. Windows color (decimal): -6055038 or 8559523. OLE color: 8559523.

HSL color Cylindrical-coordinate representation of color #A39B82: hue angle of 45.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39B82 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163155130-
CMYK00.050.200.36
HSL45.45º15.21%57.45%-
HSV(B)45.45º20.25%63.92%-
XYZ30.8532.8425.83-
YUV154.54114.15134.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=36.38%
G=34.60%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315513000.050.200.3645.4515.2157.45
HexA39B820514242df39
Octal243233202052444551771
Binary1010001110011011100000100101101001001001011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B82; }

 p { color: rgb(163,155,130); }

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

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

 a { background-color: rgb(163,155,130); }

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

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

 span { border-color: rgb(163,155,130); }

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