Html Css Color HEX #A1AF5F Green Smoke

📋 copy color: '#A1AF5F'

red 161 ◦ green 175 ◦ blue 95

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

Shades of Green Smoke #A1AF5F

Tints of Green Smoke #A1AF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 37.35%
G = 40.6%
B = 22.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#A1AF5F (or 0xA1AF5F) is known color: Green Smoke. HEX triplet: A1, AF and 5F. RGB value is (161,175,95). Sum of RGB (Red+Green+Blue) = 161+175+95=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF5F is #5E50A0. Grayscale: #A2A2A2. Windows color (decimal): -6181025 or 6270881. OLE color: 6270881.

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

Color convert

RGB 161 175 95 -
CMYK 0.08 0 0.46 0.31
HSL 70.5º 0.33% 0.53% -
HSV(B) 70.5º 0.46% 0.69% -
XYZ 32.09 39.06 16.67 -
YUV 161.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 161 175 95 0.08 0 0.46 0.31 70.5 0.33 0.53
Hex A1 AF 5F 8 0 2E 1F 46 21 35
Octal 241 257 137 10 0 56 37 106 41 65
Binary 10100001 10101111 1011111 1000 0 101110 11111 1000110 100001 110101

Color Harmonies of #A1AF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF5F

Black with #A1AF5F

Text Example


Text Example

White with #A1AF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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