Html Css Color HEX #A1AE73 Green Smoke

📋 copy color: '#A1AE73'

red 161 ◦ green 174 ◦ blue 115

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

Shades of Green Smoke #A1AE73

Tints of Green Smoke #A1AE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 35.78%
G = 38.67%
B = 25.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A1AE73 (or 0xA1AE73) is known color: Green Smoke. HEX triplet: A1, AE and 73. RGB value is (161,174,115). Sum of RGB (Red+Green+Blue) = 161+174+115=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE73 is #5E518C. Grayscale: #A3A3A3. Windows color (decimal): -6181261 or 7581345. OLE color: 7581345.

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

Color convert

RGB 161 174 115 -
CMYK 0.07 0 0.34 0.32
HSL 73.22º 0.27% 0.57% -
HSV(B) 73.22º 0.34% 0.68% -
XYZ 32.93 39.09 22.03 -
YUV 163.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 161 174 115 0.07 0 0.34 0.32 73.22 0.27 0.57
Hex A1 AE 73 7 0 22 20 49 1B 39
Octal 241 256 163 7 0 42 40 111 33 71
Binary 10100001 10101110 1110011 111 0 100010 100000 1001001 11011 111001

Color Harmonies of #A1AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE73

Black with #A1AE73

Text Example


Text Example

White with #A1AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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