Html Css Color HEX #A1AE71 Green Smoke

📋 copy color: '#A1AE71'

red 161 ◦ green 174 ◦ blue 113

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

Shades of Green Smoke #A1AE71

Tints of Green Smoke #A1AE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 35.94%
G = 38.84%
B = 25.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#A1AE71 (or 0xA1AE71) is known color: Green Smoke. HEX triplet: A1, AE and 71. RGB value is (161,174,113). Sum of RGB (Red+Green+Blue) = 161+174+113=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE71 is #5E518E. Grayscale: #A3A3A3. Windows color (decimal): -6181263 or 7450273. OLE color: 7450273.

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

Color convert

RGB 161 174 113 -
CMYK 0.07 0 0.35 0.32
HSL 72.79º 0.27% 0.56% -
HSV(B) 72.79º 0.35% 0.68% -
XYZ 32.81 39.04 21.43 -
YUV 163.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 161 174 113 0.07 0 0.35 0.32 72.79 0.27 0.56
Hex A1 AE 71 7 0 23 20 49 1B 38
Octal 241 256 161 7 0 43 40 111 33 70
Binary 10100001 10101110 1110001 111 0 100011 100000 1001001 11011 111000

Color Harmonies of #A1AE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE71

Black with #A1AE71

Text Example


Text Example

White with #A1AE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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