Html Css Color HEX #A1AE5E Green Smoke

📋 copy color: '#A1AE5E'

red 161 ◦ green 174 ◦ blue 94

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

Shades of Green Smoke #A1AE5E

Tints of Green Smoke #A1AE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 37.53%
G = 40.56%
B = 21.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#A1AE5E (or 0xA1AE5E) is known color: Green Smoke. HEX triplet: A1, AE and 5E. RGB value is (161,174,94). Sum of RGB (Red+Green+Blue) = 161+174+94=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE5E is #5E51A1. Grayscale: #A1A1A1. Windows color (decimal): -6181282 or 6205089. OLE color: 6205089.

HSL color Cylindrical-coordinate representation of color #A1AE5E: hue angle of 69.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1AE5E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 94 -
CMYK 0.07 0 0.46 0.32
HSL 69.75º 0.33% 0.53% -
HSV(B) 69.75º 0.46% 0.68% -
XYZ 31.85 38.66 16.37 -
YUV 160.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 161 174 94 0.07 0 0.46 0.32 69.75 0.33 0.53
Hex A1 AE 5E 7 0 2E 20 46 21 35
Octal 241 256 136 7 0 56 40 106 41 65
Binary 10100001 10101110 1011110 111 0 101110 100000 1000110 100001 110101

Color Harmonies of #A1AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE5E

Black with #A1AE5E

Text Example


Text Example

White with #A1AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE5E; }

 p { color: rgb(161,174,94); }

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

background-color css

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

 a { background-color: rgb(161,174,94); }

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

border-color css

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

 span { border-color: rgb(161,174,94); }

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