#A69B7E

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

Shades of Grey Olive #A69B7E

Tints of Grey Olive #A69B7E

Color information

#A69B7E (or 0xA69B7E) is unknown color: approx Grey Olive. HEX triplet: A6, 9B and 7E. RGB value is (166,155,126). Sum of RGB (Red+Green+Blue) = 166+155+126=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B7E is #596481. Grayscale: #9B9B9B. Windows color (decimal): -5858434 or 8297382. OLE color: 8297382.

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

Color convert

RGB166155126-
CMYK00.070.240.35
HSL43.5º18.35%57.25%-
HSV(B)43.5º24.1%65.1%-
XYZ31.2133.0624.47-
YUV154.98111.64135.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=37.14%
G=34.68%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615512600.070.240.3543.518.3557.25
HexA69B7E0718232c1239
Octal246233176073043542271
Binary1010011010011011111111001111100010001110110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B7E; }

 p { color: rgb(166,155,126); }

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

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

 a { background-color: rgb(166,155,126); }

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

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

 span { border-color: rgb(166,155,126); }

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