#A6AF5A

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

Shades of Green Smoke #A6AF5A

Tints of Green Smoke #A6AF5A

Color information

#A6AF5A (or 0xA6AF5A) is unknown color: approx Green Smoke. HEX triplet: A6, AF and 5A. RGB value is (166,175,90). Sum of RGB (Red+Green+Blue) = 166+175+90=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF5A is #5950A5. Grayscale: #A2A2A2. Windows color (decimal): -5853350 or 5943206. OLE color: 5943206.

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

Color convert

RGB16617590-
CMYK0.0500.490.31
HSL66.35º34.69%51.96%-
HSV(B)66.35º48.57%68.63%-
XYZ32.939.5115.56-
YUV162.6287.02130.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=38.52%
G=40.60%
B=20.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175900.0500.490.3166.3534.6951.96
HexA6AF5A50311F422334
Octal2462571325061371024364
Binary101001101010111110110101010110001111111000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF5A; }

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

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

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

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

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

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

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

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