Html Css Color HEX #A1AB62 Green Smoke

📋 copy color: '#A1AB62'

red 161 ◦ green 171 ◦ blue 98

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

Shades of Green Smoke #A1AB62

Tints of Green Smoke #A1AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 37.44%
G = 39.77%
B = 22.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#A1AB62 (or 0xA1AB62) is known color: Green Smoke. HEX triplet: A1, AB and 62. RGB value is (161,171,98). Sum of RGB (Red+Green+Blue) = 161+171+98=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB62 is #5E549D. Grayscale: #9F9F9F. Windows color (decimal): -6182046 or 6466465. OLE color: 6466465.

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

Color convert

RGB 161 171 98 -
CMYK 0.06 0 0.43 0.33
HSL 68.22º 0.3% 0.53% -
HSV(B) 68.22º 0.43% 0.67% -
XYZ 31.47 37.58 17.15 -
YUV 159.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 161 171 98 0.06 0 0.43 0.33 68.22 0.3 0.53
Hex A1 AB 62 6 0 2B 21 44 1E 35
Octal 241 253 142 6 0 53 41 104 36 65
Binary 10100001 10101011 1100010 110 0 101011 100001 1000100 11110 110101

Color Harmonies of #A1AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB62

Black with #A1AB62

Text Example


Text Example

White with #A1AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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