Html Css Color HEX #A1A461 Green Smoke

📋 copy color: '#A1A461'

red 161 ◦ green 164 ◦ blue 97

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

Shades of Green Smoke #A1A461

Tints of Green Smoke #A1A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 38.15%
G = 38.86%
B = 22.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A1A461 (or 0xA1A461) is known color: Green Smoke. HEX triplet: A1, A4 and 61. RGB value is (161,164,97). Sum of RGB (Red+Green+Blue) = 161+164+97=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A461 is #5E5B9E. Grayscale: #9B9B9B. Windows color (decimal): -6183839 or 6399137. OLE color: 6399137.

HSL color Cylindrical-coordinate representation of color #A1A461: hue angle of 62.69º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1A461 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 164 97 -
CMYK 0.02 0 0.41 0.36
HSL 62.69º 0.27% 0.51% -
HSV(B) 62.69º 0.41% 0.64% -
XYZ 30.13 34.99 16.48 -
YUV 155.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 161 164 97 0.02 0 0.41 0.36 62.69 0.27 0.51
Hex A1 A4 61 2 0 29 24 3F 1B 33
Octal 241 244 141 2 0 51 44 77 33 63
Binary 10100001 10100100 1100001 10 0 101001 100100 111111 11011 110011

Color Harmonies of #A1A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A461

Black with #A1A461

Text Example


Text Example

White with #A1A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A461; }

 p { color: rgb(161,164,97); }

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

background-color css

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

 a { background-color: rgb(161,164,97); }

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

border-color css

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

 span { border-color: rgb(161,164,97); }

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