Html Css Color HEX #A1AE51 Green Smoke

📋 copy color: '#A1AE51'

red 161 ◦ green 174 ◦ blue 81

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

Shades of Green Smoke #A1AE51

Tints of Green Smoke #A1AE51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.47%

R = 38.7%
G = 41.83%
B = 19.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#A1AE51 (or 0xA1AE51) is known color: Green Smoke. HEX triplet: A1, AE and 51. RGB value is (161,174,81). Sum of RGB (Red+Green+Blue) = 161+174+81=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE51 is #5E51AE. Grayscale: #9F9F9F. Windows color (decimal): -6181295 or 5353121. OLE color: 5353121.

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

Color convert

RGB 161 174 81 -
CMYK 0.07 0 0.53 0.32
HSL 68.39º 0.36% 0.5% -
HSV(B) 68.39º 0.53% 0.68% -
XYZ 31.32 38.44 13.55 -
YUV 159.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 161 174 81 0.07 0 0.53 0.32 68.39 0.36 0.5
Hex A1 AE 51 7 0 35 20 44 24 32
Octal 241 256 121 7 0 65 40 104 44 62
Binary 10100001 10101110 1010001 111 0 110101 100000 1000100 100100 110010

Color Harmonies of #A1AE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE51

Black with #A1AE51

Text Example


Text Example

White with #A1AE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE51; }

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

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

background-color css

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

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

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

border-color css

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

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

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