#A1AF6A

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

Shades of Green Smoke #A1AF6A

Tints of Green Smoke #A1AF6A

Color information

#A1AF6A (or 0xA1AF6A) is unknown color: approx Green Smoke. HEX triplet: A1, AF and 6A. RGB value is (161,175,106). Sum of RGB (Red+Green+Blue) = 161+175+106=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF6A is #5E5095. Grayscale: #A3A3A3. Windows color (decimal): -6181014 or 6991777. OLE color: 6991777.

HSL color Cylindrical-coordinate representation of color #A1AF6A: hue angle of 72.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1AF6A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB161175106-
CMYK0.0800.390.31
HSL72.17º30.13%55.1%-
HSV(B)72.17º39.43%68.63%-
XYZ32.6339.2819.5-
YUV162.9595.86126.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=36.43%
G=39.59%
B=23.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751060.0800.390.3172.1730.1355.1
HexA1AF6A80271F481e37
Octal24125715210047371103667
Binary101000011010111111010101000010011111111100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF6A; }

 p { color: rgb(161,175,106); }

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

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

 a { background-color: rgb(161,175,106); }

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

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

 span { border-color: rgb(161,175,106); }

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