Html Css Color HEX #A1A663 Green Smoke

📋 copy color: '#A1A663'

red 161 ◦ green 166 ◦ blue 99

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

Shades of Green Smoke #A1A663

Tints of Green Smoke #A1A663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.24%

R = 37.79%
G = 38.97%
B = 23.24%

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

#A1A663 (or 0xA1A663) is known color: Green Smoke. HEX triplet: A1, A6 and 63. RGB value is (161,166,99). Sum of RGB (Red+Green+Blue) = 161+166+99=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A663 is #5E599C. Grayscale: #9D9D9D. Windows color (decimal): -6183325 or 6530721. OLE color: 6530721.

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

Color convert

RGB 161 166 99 -
CMYK 0.03 0 0.40 0.35
HSL 64.48º 0.27% 0.52% -
HSV(B) 64.48º 0.4% 0.65% -
XYZ 30.59 35.75 17.09 -
YUV 156.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 161 166 99 0.03 0 0.40 0.35 64.48 0.27 0.52
Hex A1 A6 63 3 0 28 23 40 1B 34
Octal 241 246 143 3 0 50 43 100 33 64
Binary 10100001 10100110 1100011 11 0 101000 100011 1000000 11011 110100

Color Harmonies of #A1A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A663

Black with #A1A663

Text Example


Text Example

White with #A1A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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