#A39B7F

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

Shades of Grey Olive #A39B7F

Tints of Grey Olive #A39B7F

Color information

#A39B7F (or 0xA39B7F) is unknown color: approx Grey Olive. HEX triplet: A3, 9B and 7F. RGB value is (163,155,127). Sum of RGB (Red+Green+Blue) = 163+155+127=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B7F is #5C6480. Grayscale: #9A9A9A. Windows color (decimal): -6055041 or 8362915. OLE color: 8362915.

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

Color convert

RGB163155127-
CMYK00.050.220.36
HSL46.67º16.36%56.86%-
HSV(B)46.67º22.09%63.92%-
XYZ30.6632.7624.79-
YUV154.2112.65134.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 127 (50% from 255) = 28.54%
R=36.63%
G=34.83%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315512700.050.220.3646.6716.3656.86
HexA39B7F0516242f1039
Octal243233177052644572071
Binary1010001110011011111111101011011010010010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B7F; }

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

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

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

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

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

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

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

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