#A6AF56

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

Shades of Olive Green #A6AF56

Tints of Olive Green #A6AF56

Color information

#A6AF56 (or 0xA6AF56) is unknown color: approx Olive Green. HEX triplet: A6, AF and 56. RGB value is (166,175,86). Sum of RGB (Red+Green+Blue) = 166+175+86=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF56 is #5950A9. Grayscale: #A2A2A2. Windows color (decimal): -5853354 or 5681062. OLE color: 5681062.

HSL color Cylindrical-coordinate representation of color #A6AF56: hue angle of 66.07º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6AF56 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB16617586-
CMYK0.0500.510.31
HSL66.07º35.74%51.18%-
HSV(B)66.07º50.86%68.63%-
XYZ32.7439.4414.69-
YUV162.1685.02130.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=38.88%
G=40.98%
B=20.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175860.0500.510.3166.0735.7451.18
HexA6AF5650331F422433
Octal2462571265063371024463
Binary101001101010111110101101010110011111111000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF56; }

 p { color: rgb(166,175,86); }

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

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

 a { background-color: rgb(166,175,86); }

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

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

 span { border-color: rgb(166,175,86); }

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