Html Css Color HEX #A1AA5C Green Smoke

📋 copy color: '#A1AA5C'

red 161 ◦ green 170 ◦ blue 92

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

Shades of Green Smoke #A1AA5C

Tints of Green Smoke #A1AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 38.06%
G = 40.19%
B = 21.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#A1AA5C (or 0xA1AA5C) is known color: Green Smoke. HEX triplet: A1, AA and 5C. RGB value is (161,170,92). Sum of RGB (Red+Green+Blue) = 161+170+92=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA5C is #5E55A3. Grayscale: #9E9E9E. Windows color (decimal): -6182308 or 6072993. OLE color: 6072993.

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

Color convert

RGB 161 170 92 -
CMYK 0.05 0 0.46 0.33
HSL 66.92º 0.31% 0.51% -
HSV(B) 66.92º 0.46% 0.67% -
XYZ 31 37.1 15.65 -
YUV 158.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 161 170 92 0.05 0 0.46 0.33 66.92 0.31 0.51
Hex A1 AA 5C 5 0 2E 21 43 1F 33
Octal 241 252 134 5 0 56 41 103 37 63
Binary 10100001 10101010 1011100 101 0 101110 100001 1000011 11111 110011

Color Harmonies of #A1AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA5C

Black with #A1AA5C

Text Example


Text Example

White with #A1AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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