#A39E85

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

Shades of Grey Olive #A39E85

Tints of Grey Olive #A39E85

Color information

#A39E85 (or 0xA39E85) is unknown color: approx Grey Olive. HEX triplet: A3, 9E and 85. RGB value is (163,158,133). Sum of RGB (Red+Green+Blue) = 163+158+133=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E85 is #5C617A. Grayscale: #9C9C9C. Windows color (decimal): -6054267 or 8756899. OLE color: 8756899.

HSL color Cylindrical-coordinate representation of color #A39E85: hue angle of 50º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39E85 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163158133-
CMYK00.030.180.36
HSL50º14.02%58.04%-
HSV(B)50º18.4%63.92%-
XYZ31.5633.9327.08-
YUV156.65114.66132.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=35.90%
G=34.80%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315813300.030.180.365014.0258.04
HexA39E8503122432e3a
Octal243236205032244621672
Binary101000111001111010000101011100101001001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E85; }

 p { color: rgb(163,158,133); }

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

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

 a { background-color: rgb(163,158,133); }

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

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

 span { border-color: rgb(163,158,133); }

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