Html Css Color HEX #A1A659 Green Smoke

📋 copy color: '#A1A659'

red 161 ◦ green 166 ◦ blue 89

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

Shades of Green Smoke #A1A659

Tints of Green Smoke #A1A659

RGB

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

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

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

R = 38.7%
G = 39.9%
B = 21.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A1A659 (or 0xA1A659) is known color: Green Smoke. HEX triplet: A1, A6 and 59. RGB value is (161,166,89). Sum of RGB (Red+Green+Blue) = 161+166+89=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A659 is #5E59A6. Grayscale: #9C9C9C. Windows color (decimal): -6183335 or 5875361. OLE color: 5875361.

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

Color convert

RGB 161 166 89 -
CMYK 0.03 0 0.46 0.35
HSL 63.9º 0.3% 0.5% -
HSV(B) 63.9º 0.46% 0.65% -
XYZ 30.14 35.57 14.73 -
YUV 155.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 161 166 89 0.03 0 0.46 0.35 63.9 0.3 0.5
Hex A1 A6 59 3 0 2E 23 40 1E 32
Octal 241 246 131 3 0 56 43 100 36 62
Binary 10100001 10100110 1011001 11 0 101110 100011 1000000 11110 110010

Color Harmonies of #A1A659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A659

Black with #A1A659

Text Example


Text Example

White with #A1A659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A659; }

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

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

background-color css

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

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

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

border-color css

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

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

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