Html Css Color HEX #A1AF73 Green Smoke

📋 copy color: '#A1AF73'

red 161 ◦ green 175 ◦ blue 115

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

Shades of Green Smoke #A1AF73

Tints of Green Smoke #A1AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

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

R = 35.7%
G = 38.8%
B = 25.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#A1AF73 (or 0xA1AF73) is known color: Green Smoke. HEX triplet: A1, AF and 73. RGB value is (161,175,115). Sum of RGB (Red+Green+Blue) = 161+175+115=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF73 is #5E508C. Grayscale: #A4A4A4. Windows color (decimal): -6181005 or 7581601. OLE color: 7581601.

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

Color convert

RGB 161 175 115 -
CMYK 0.08 0 0.34 0.31
HSL 74º 0.27% 0.57% -
HSV(B) 74º 0.34% 0.69% -
XYZ 33.12 39.47 22.09 -
YUV 163.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 161 175 115 0.08 0 0.34 0.31 74 0.27 0.57
Hex A1 AF 73 8 0 22 1F 4A 1B 39
Octal 241 257 163 10 0 42 37 112 33 71
Binary 10100001 10101111 1110011 1000 0 100010 11111 1001010 11011 111001

Color Harmonies of #A1AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF73

Black with #A1AF73

Text Example


Text Example

White with #A1AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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