#A1AA67

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

Shades of Green Smoke #A1AA67

Tints of Green Smoke #A1AA67

Color information

#A1AA67 (or 0xA1AA67) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 67. RGB value is (161,170,103). Sum of RGB (Red+Green+Blue) = 161+170+103=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA67 is #5E5598. Grayscale: #9F9F9F. Windows color (decimal): -6182297 or 6793889. OLE color: 6793889.

HSL color Cylindrical-coordinate representation of color #A1AA67: hue angle of 68.06º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1AA67 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB161170103-
CMYK0.0500.390.33
HSL68.06º28.27%53.53%-
HSV(B)68.06º39.41%66.67%-
XYZ31.5237.3118.37-
YUV159.6796.02128.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=37.10%
G=39.17%
B=23.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701030.0500.390.3368.0628.2753.53
HexA1AA67502721441c36
Octal2412521475047411043466
Binary101000011010101011001111010100111100001100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA67; }

 p { color: rgb(161,170,103); }

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

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

 a { background-color: rgb(161,170,103); }

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

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

 span { border-color: rgb(161,170,103); }

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