Html Css Color HEX #A1AF65 Green Smoke

📋 copy color: '#A1AF65'

red 161 ◦ green 175 ◦ blue 101

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

Shades of Green Smoke #A1AF65

Tints of Green Smoke #A1AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 36.84%
G = 40.05%
B = 23.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A1AF65 (or 0xA1AF65) is known color: Green Smoke. HEX triplet: A1, AF and 65. RGB value is (161,175,101). Sum of RGB (Red+Green+Blue) = 161+175+101=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF65 is #5E509A. Grayscale: #A2A2A2. Windows color (decimal): -6181019 or 6664097. OLE color: 6664097.

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

Color convert

RGB 161 175 101 -
CMYK 0.08 0 0.42 0.31
HSL 71.35º 0.32% 0.54% -
HSV(B) 71.35º 0.42% 0.69% -
XYZ 32.38 39.18 18.17 -
YUV 162.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 161 175 101 0.08 0 0.42 0.31 71.35 0.32 0.54
Hex A1 AF 65 8 0 2A 1F 47 20 36
Octal 241 257 145 10 0 52 37 107 40 66
Binary 10100001 10101111 1100101 1000 0 101010 11111 1000111 100000 110110

Color Harmonies of #A1AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF65

Black with #A1AF65

Text Example


Text Example

White with #A1AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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