#A69B7F

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

Shades of Grey Olive #A69B7F

Tints of Grey Olive #A69B7F

Color information

#A69B7F (or 0xA69B7F) is unknown color: approx Grey Olive. HEX triplet: A6, 9B and 7F. RGB value is (166,155,127). Sum of RGB (Red+Green+Blue) = 166+155+127=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B7F is #596480. Grayscale: #9B9B9B. Windows color (decimal): -5858433 or 8362918. OLE color: 8362918.

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

Color convert

RGB166155127-
CMYK00.070.230.35
HSL43.08º17.97%57.45%-
HSV(B)43.08º23.49%65.1%-
XYZ31.2833.0824.82-
YUV155.1112.14135.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 127 (50% from 255) = 28.35%
R=37.05%
G=34.60%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615512700.070.230.3543.0817.9757.45
HexA69B7F0717232b1239
Octal246233177072743532271
Binary1010011010011011111111101111011110001110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B7F; }

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

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

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

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

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

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

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

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