Html Css Color HEX #A1AE70 Green Smoke

📋 copy color: '#A1AE70'

red 161 ◦ green 174 ◦ blue 112

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

Shades of Green Smoke #A1AE70

Tints of Green Smoke #A1AE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 36.02%
G = 38.93%
B = 25.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#A1AE70 (or 0xA1AE70) is known color: Green Smoke. HEX triplet: A1, AE and 70. RGB value is (161,174,112). Sum of RGB (Red+Green+Blue) = 161+174+112=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE70 is #5E518F. Grayscale: #A3A3A3. Windows color (decimal): -6181264 or 7384737. OLE color: 7384737.

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

Color convert

RGB 161 174 112 -
CMYK 0.07 0 0.36 0.32
HSL 72.58º 0.28% 0.56% -
HSV(B) 72.58º 0.36% 0.68% -
XYZ 32.76 39.02 21.13 -
YUV 163.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 161 174 112 0.07 0 0.36 0.32 72.58 0.28 0.56
Hex A1 AE 70 7 0 24 20 49 1C 38
Octal 241 256 160 7 0 44 40 111 34 70
Binary 10100001 10101110 1110000 111 0 100100 100000 1001001 11100 111000

Color Harmonies of #A1AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE70

Black with #A1AE70

Text Example


Text Example

White with #A1AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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