Html Css Color HEX #A1A159 Green Smoke

📋 copy color: '#A1A159'

red 161 ◦ green 161 ◦ blue 89

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

Shades of Green Smoke #A1A159

Tints of Green Smoke #A1A159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 39.17%
G = 39.17%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A1A159 (or 0xA1A159) is known color: Green Smoke. HEX triplet: A1, A1 and 59. RGB value is (161,161,89). Sum of RGB (Red+Green+Blue) = 161+161+89=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A159 is #5E5EA6. Grayscale: #999999. Windows color (decimal): -6184615 or 5874081. OLE color: 5874081.

HSL color Cylindrical-coordinate representation of color #A1A159: hue angle of 60º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A159 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 89 -
CMYK 0 0 0.45 0.37
HSL 60º 0.29% 0.49% -
HSV(B) 60º 0.45% 0.63% -
XYZ 29.25 33.79 14.43 -
YUV 152.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 161 161 89 0 0 0.45 0.37 60 0.29 0.49
Hex A1 A1 59 0 0 2D 25 3C 1D 31
Octal 241 241 131 0 0 55 45 74 35 61
Binary 10100001 10100001 1011001 0 0 101101 100101 111100 11101 110001

Color Harmonies of #A1A159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A159

Black with #A1A159

Text Example


Text Example

White with #A1A159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A159; }

 p { color: rgb(161,161,89); }

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

background-color css

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

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

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

border-color css

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

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

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