Html Css Color HEX #A1A771 Green Smoke

📋 copy color: '#A1A771'

red 161 ◦ green 167 ◦ blue 113

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

Shades of Green Smoke #A1A771

Tints of Green Smoke #A1A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 36.51%
G = 37.87%
B = 25.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A1A771 (or 0xA1A771) is known color: Green Smoke. HEX triplet: A1, A7 and 71. RGB value is (161,167,113). Sum of RGB (Red+Green+Blue) = 161+167+113=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A771 is #5E588E. Grayscale: #9F9F9F. Windows color (decimal): -6183055 or 7448481. OLE color: 7448481.

HSL color Cylindrical-coordinate representation of color #A1A771: hue angle of 66.67º 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 #A1A771 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 113 -
CMYK 0.04 0 0.32 0.35
HSL 66.67º 0.23% 0.55% -
HSV(B) 66.67º 0.32% 0.65% -
XYZ 31.5 36.41 20.99 -
YUV 159.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 161 167 113 0.04 0 0.32 0.35 66.67 0.23 0.55
Hex A1 A7 71 4 0 20 23 43 17 37
Octal 241 247 161 4 0 40 43 103 27 67
Binary 10100001 10100111 1110001 100 0 100000 100011 1000011 10111 110111

Color Harmonies of #A1A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A771

Black with #A1A771

Text Example


Text Example

White with #A1A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A771; }

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

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

background-color css

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

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

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

border-color css

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

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

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