#A89C7E

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

Shades of Grey Olive #A89C7E

Tints of Grey Olive #A89C7E

Color information

#A89C7E (or 0xA89C7E) is unknown color: approx Grey Olive. HEX triplet: A8, 9C and 7E. RGB value is (168,156,126). Sum of RGB (Red+Green+Blue) = 168+156+126=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C7E is #576381. Grayscale: #9C9C9C. Windows color (decimal): -5727106 or 8297640. OLE color: 8297640.

HSL color Cylindrical-coordinate representation of color #A89C7E: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89C7E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB168156126-
CMYK00.070.250.34
HSL42.86º19.44%57.65%-
HSV(B)42.86º25%65.88%-
XYZ31.833.6124.55-
YUV156.17110.98136.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 126 (49.61% from 255) = 28%
R=37.33%
G=34.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815612600.070.250.3442.8619.4457.65
HexA89C7E0719222b133a
Octal250234176073142532372
Binary1010100010011100111111001111100110001010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C7E; }

 p { color: rgb(168,156,126); }

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

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

 a { background-color: rgb(168,156,126); }

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

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

 span { border-color: rgb(168,156,126); }

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