Html Css Color HEX #A1A664 Green Smoke

📋 copy color: '#A1A664'

red 161 ◦ green 166 ◦ blue 100

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

Shades of Green Smoke #A1A664

Tints of Green Smoke #A1A664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.42%

R = 37.7%
G = 38.88%
B = 23.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A1A664 (or 0xA1A664) is known color: Green Smoke. HEX triplet: A1, A6 and 64. RGB value is (161,166,100). Sum of RGB (Red+Green+Blue) = 161+166+100=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A664 is #5E599B. Grayscale: #9D9D9D. Windows color (decimal): -6183324 or 6596257. OLE color: 6596257.

HSL color Cylindrical-coordinate representation of color #A1A664: hue angle of 64.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1A664 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 100 -
CMYK 0.03 0 0.40 0.35
HSL 64.55º 0.27% 0.52% -
HSV(B) 64.55º 0.4% 0.65% -
XYZ 30.63 35.77 17.35 -
YUV 156.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 161 166 100 0.03 0 0.40 0.35 64.55 0.27 0.52
Hex A1 A6 64 3 0 28 23 41 1B 34
Octal 241 246 144 3 0 50 43 101 33 64
Binary 10100001 10100110 1100100 11 0 101000 100011 1000001 11011 110100

Color Harmonies of #A1A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A664

Black with #A1A664

Text Example


Text Example

White with #A1A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A664; }

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

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

background-color css

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

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

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

border-color css

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

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

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