Html Css Color HEX #A1AB60 Green Smoke

📋 copy color: '#A1AB60'

red 161 ◦ green 171 ◦ blue 96

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

Shades of Green Smoke #A1AB60

Tints of Green Smoke #A1AB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 37.62%
G = 39.95%
B = 22.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A1AB60 (or 0xA1AB60) is known color: Green Smoke. HEX triplet: A1, AB and 60. RGB value is (161,171,96). Sum of RGB (Red+Green+Blue) = 161+171+96=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB60 is #5E549F. Grayscale: #9F9F9F. Windows color (decimal): -6182048 or 6335393. OLE color: 6335393.

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

Color convert

RGB 161 171 96 -
CMYK 0.06 0 0.44 0.33
HSL 68º 0.31% 0.52% -
HSV(B) 68º 0.44% 0.67% -
XYZ 31.37 37.55 16.66 -
YUV 159.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 161 171 96 0.06 0 0.44 0.33 68 0.31 0.52
Hex A1 AB 60 6 0 2C 21 44 1F 34
Octal 241 253 140 6 0 54 41 104 37 64
Binary 10100001 10101011 1100000 110 0 101100 100001 1000100 11111 110100

Color Harmonies of #A1AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB60

Black with #A1AB60

Text Example


Text Example

White with #A1AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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