Html Css Color HEX #A1AA6D Green Smoke

📋 copy color: '#A1AA6D'

red 161 ◦ green 170 ◦ blue 109

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

Shades of Green Smoke #A1AA6D

Tints of Green Smoke #A1AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 36.59%
G = 38.64%
B = 24.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#A1AA6D (or 0xA1AA6D) is known color: Green Smoke. HEX triplet: A1, AA and 6D. RGB value is (161,170,109). Sum of RGB (Red+Green+Blue) = 161+170+109=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6D is #5E5592. Grayscale: #A0A0A0. Windows color (decimal): -6182291 or 7187105. OLE color: 7187105.

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

Color convert

RGB 161 170 109 -
CMYK 0.05 0 0.36 0.33
HSL 68.85º 0.26% 0.55% -
HSV(B) 68.85º 0.36% 0.67% -
XYZ 31.83 37.43 20.02 -
YUV 160.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 161 170 109 0.05 0 0.36 0.33 68.85 0.26 0.55
Hex A1 AA 6D 5 0 24 21 45 1A 37
Octal 241 252 155 5 0 44 41 105 32 67
Binary 10100001 10101010 1101101 101 0 100100 100001 1000101 11010 110111

Color Harmonies of #A1AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA6D

Black with #A1AA6D

Text Example


Text Example

White with #A1AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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