Html Css Color HEX #A1AF6D Green Smoke

📋 copy color: '#A1AF6D'

red 161 ◦ green 175 ◦ blue 109

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

Shades of Green Smoke #A1AF6D

Tints of Green Smoke #A1AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 36.18%
G = 39.33%
B = 24.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#A1AF6D (or 0xA1AF6D) is known color: Green Smoke. HEX triplet: A1, AF and 6D. RGB value is (161,175,109). Sum of RGB (Red+Green+Blue) = 161+175+109=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF6D is #5E5092. Grayscale: #A3A3A3. Windows color (decimal): -6181011 or 7188385. OLE color: 7188385.

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

Color convert

RGB 161 175 109 -
CMYK 0.08 0 0.38 0.31
HSL 72.73º 0.29% 0.56% -
HSV(B) 72.73º 0.38% 0.69% -
XYZ 32.79 39.34 20.33 -
YUV 163.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 161 175 109 0.08 0 0.38 0.31 72.73 0.29 0.56
Hex A1 AF 6D 8 0 26 1F 49 1D 38
Octal 241 257 155 10 0 46 37 111 35 70
Binary 10100001 10101111 1101101 1000 0 100110 11111 1001001 11101 111000

Color Harmonies of #A1AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF6D

Black with #A1AF6D

Text Example


Text Example

White with #A1AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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