#A49B80

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

Shades of Grey Olive #A49B80

Tints of Grey Olive #A49B80

Color information

#A49B80 (or 0xA49B80) is unknown color: approx Grey Olive. HEX triplet: A4, 9B and 80. RGB value is (164,155,128). Sum of RGB (Red+Green+Blue) = 164+155+128=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B80 is #5B647F. Grayscale: #9A9A9A. Windows color (decimal): -5989504 or 8428452. OLE color: 8428452.

HSL color Cylindrical-coordinate representation of color #A49B80: hue angle of 45º degrees, saturation: 0.17, 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 #A49B80 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB164155128-
CMYK00.050.220.36
HSL45º16.51%57.25%-
HSV(B)45º21.95%64.31%-
XYZ30.9332.8925.14-
YUV154.61112.98134.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=36.69%
G=34.68%
B=28.64%

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
Decimal16415512800.050.220.364516.5157.25
HexA49B800516242d1139
Octal244233200052644552171
Binary10100100100110111000000001011011010010010110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B80; }

 p { color: rgb(164,155,128); }

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

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

 a { background-color: rgb(164,155,128); }

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

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

 span { border-color: rgb(164,155,128); }

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