Html Css Color HEX #A1A671 Green Smoke

📋 copy color: '#A1A671'

red 161 ◦ green 166 ◦ blue 113

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

Shades of Green Smoke #A1A671

Tints of Green Smoke #A1A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 36.59%
G = 37.73%
B = 25.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A1A671 (or 0xA1A671) is known color: Green Smoke. HEX triplet: A1, A6 and 71. RGB value is (161,166,113). Sum of RGB (Red+Green+Blue) = 161+166+113=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A671 is #5E598E. Grayscale: #9E9E9E. Windows color (decimal): -6183311 or 7448225. OLE color: 7448225.

HSL color Cylindrical-coordinate representation of color #A1A671: hue angle of 65.66º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A671 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 113 -
CMYK 0.03 0 0.32 0.35
HSL 65.66º 0.23% 0.55% -
HSV(B) 65.66º 0.32% 0.65% -
XYZ 31.31 36.04 20.93 -
YUV 158.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 161 166 113 0.03 0 0.32 0.35 65.66 0.23 0.55
Hex A1 A6 71 3 0 20 23 42 17 37
Octal 241 246 161 3 0 40 43 102 27 67
Binary 10100001 10100110 1110001 11 0 100000 100011 1000010 10111 110111

Color Harmonies of #A1A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A671

Black with #A1A671

Text Example


Text Example

White with #A1A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A671; }

 p { color: rgb(161,166,113); }

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

background-color css

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

 a { background-color: rgb(161,166,113); }

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

border-color css

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

 span { border-color: rgb(161,166,113); }

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