Html Css Color HEX #A1AB64 Green Smoke

📋 copy color: '#A1AB64'

red 161 ◦ green 171 ◦ blue 100

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

Shades of Green Smoke #A1AB64

Tints of Green Smoke #A1AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 37.27%
G = 39.58%
B = 23.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A1AB64 (or 0xA1AB64) is known color: Green Smoke. HEX triplet: A1, AB and 64. RGB value is (161,171,100). Sum of RGB (Red+Green+Blue) = 161+171+100=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB64 is #5E549B. Grayscale: #A0A0A0. Windows color (decimal): -6182044 or 6597537. OLE color: 6597537.

HSL color Cylindrical-coordinate representation of color #A1AB64: hue angle of 68.45º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1AB64 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 171 100 -
CMYK 0.06 0 0.42 0.33
HSL 68.45º 0.3% 0.53% -
HSV(B) 68.45º 0.42% 0.67% -
XYZ 31.56 37.62 17.66 -
YUV 159.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 161 171 100 0.06 0 0.42 0.33 68.45 0.3 0.53
Hex A1 AB 64 6 0 2A 21 44 1E 35
Octal 241 253 144 6 0 52 41 104 36 65
Binary 10100001 10101011 1100100 110 0 101010 100001 1000100 11110 110101

Color Harmonies of #A1AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB64

Black with #A1AB64

Text Example


Text Example

White with #A1AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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