#A69C80

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

Shades of Grey Olive #A69C80

Tints of Grey Olive #A69C80

Color information

#A69C80 (or 0xA69C80) is unknown color: approx Grey Olive. HEX triplet: A6, 9C and 80. RGB value is (166,156,128). Sum of RGB (Red+Green+Blue) = 166+156+128=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C80 is #59637F. Grayscale: #9B9B9B. Windows color (decimal): -5858176 or 8428710. OLE color: 8428710.

HSL color Cylindrical-coordinate representation of color #A69C80: hue angle of 44.21º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69C80 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166156128-
CMYK00.060.230.35
HSL44.21º17.59%57.65%-
HSV(B)44.21º22.89%65.1%-
XYZ31.5133.4425.22-
YUV155.8112.31135.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=36.89%
G=34.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615612800.060.230.3544.2117.5957.65
HexA69C800617232c123a
Octal246234200062743542272
Binary10100110100111001000000001101011110001110110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C80; }

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

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

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

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

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

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

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

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