Html Css Color HEX #A1AA4F Green Smoke

📋 copy color: '#A1AA4F'

red 161 ◦ green 170 ◦ blue 79

#A1AA4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A1AA4F

Tints of Green Smoke #A1AA4F

RGB

 RED value IS 161 (63.28% from 255) = 39.27%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 39.27%
G = 41.46%
B = 19.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#A1AA4F (or 0xA1AA4F) is known color: Green Smoke. HEX triplet: A1, AA and 4F. RGB value is (161,170,79). Sum of RGB (Red+Green+Blue) = 161+170+79=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA4F is #5E55B0. Grayscale: #9D9D9D. Windows color (decimal): -6182321 or 5221025. OLE color: 5221025.

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

Color convert

RGB 161 170 79 -
CMYK 0.05 0 0.54 0.33
HSL 65.93º 0.37% 0.49% -
HSV(B) 65.93º 0.54% 0.67% -
XYZ 30.48 36.89 12.91 -
YUV 156.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 161 170 79 0.05 0 0.54 0.33 65.93 0.37 0.49
Hex A1 AA 4F 5 0 36 21 42 25 31
Octal 241 252 117 5 0 66 41 102 45 61
Binary 10100001 10101010 1001111 101 0 110110 100001 1000010 100101 110001

Color Harmonies of #A1AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA4F

Black with #A1AA4F

Text Example


Text Example

White with #A1AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA4F; }

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

 H1.HeaderClassName
 {
   color: #A1AA4F;
 }
 .AnyTagClassName
 {
   color: #A1AA4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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