Html Css Color HEX #A1A871 Green Smoke

📋 copy color: '#A1A871'

red 161 ◦ green 168 ◦ blue 113

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

Shades of Green Smoke #A1A871

Tints of Green Smoke #A1A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

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

R = 36.43%
G = 38.01%
B = 25.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A1A871 (or 0xA1A871) is known color: Green Smoke. HEX triplet: A1, A8 and 71. RGB value is (161,168,113). Sum of RGB (Red+Green+Blue) = 161+168+113=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A871 is #5E578E. Grayscale: #9F9F9F. Windows color (decimal): -6182799 or 7448737. OLE color: 7448737.

HSL color Cylindrical-coordinate representation of color #A1A871: hue angle of 67.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A871 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 113 -
CMYK 0.04 0 0.33 0.34
HSL 67.64º 0.24% 0.55% -
HSV(B) 67.64º 0.33% 0.66% -
XYZ 31.68 36.77 21.05 -
YUV 159.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 161 168 113 0.04 0 0.33 0.34 67.64 0.24 0.55
Hex A1 A8 71 4 0 21 22 44 18 37
Octal 241 250 161 4 0 41 42 104 30 67
Binary 10100001 10101000 1110001 100 0 100001 100010 1000100 11000 110111

Color Harmonies of #A1A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A871

Black with #A1A871

Text Example


Text Example

White with #A1A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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