Html Css Color HEX #A1AA4D Green Smoke

📋 copy color: '#A1AA4D'

red 161 ◦ green 170 ◦ blue 77

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

Shades of Green Smoke #A1AA4D

Tints of Green Smoke #A1AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 39.46%
G = 41.67%
B = 18.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A1AA4D (or 0xA1AA4D) is known color: Green Smoke. HEX triplet: A1, AA and 4D. RGB value is (161,170,77). Sum of RGB (Red+Green+Blue) = 161+170+77=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA4D is #5E55B2. Grayscale: #9D9D9D. Windows color (decimal): -6182323 or 5089953. OLE color: 5089953.

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

Color convert

RGB 161 170 77 -
CMYK 0.05 0 0.55 0.33
HSL 65.81º 0.38% 0.48% -
HSV(B) 65.81º 0.55% 0.67% -
XYZ 30.41 36.86 12.53 -
YUV 156.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 161 170 77 0.05 0 0.55 0.33 65.81 0.38 0.48
Hex A1 AA 4D 5 0 37 21 42 26 30
Octal 241 252 115 5 0 67 41 102 46 60
Binary 10100001 10101010 1001101 101 0 110111 100001 1000010 100110 110000

Color Harmonies of #A1AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA4D

Black with #A1AA4D

Text Example


Text Example

White with #A1AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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