Html Css Color HEX #A1AB72 Green Smoke

📋 copy color: '#A1AB72'

red 161 ◦ green 171 ◦ blue 114

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

Shades of Green Smoke #A1AB72

Tints of Green Smoke #A1AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 36.1%
G = 38.34%
B = 25.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#A1AB72 (or 0xA1AB72) is known color: Green Smoke. HEX triplet: A1, AB and 72. RGB value is (161,171,114). Sum of RGB (Red+Green+Blue) = 161+171+114=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB72 is #5E548D. Grayscale: #A1A1A1. Windows color (decimal): -6182030 or 7515041. OLE color: 7515041.

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

Color convert

RGB 161 171 114 -
CMYK 0.06 0 0.33 0.33
HSL 70.53º 0.25% 0.56% -
HSV(B) 70.53º 0.33% 0.67% -
XYZ 32.3 37.92 21.54 -
YUV 161.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 161 171 114 0.06 0 0.33 0.33 70.53 0.25 0.56
Hex A1 AB 72 6 0 21 21 47 19 38
Octal 241 253 162 6 0 41 41 107 31 70
Binary 10100001 10101011 1110010 110 0 100001 100001 1000111 11001 111000

Color Harmonies of #A1AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB72

Black with #A1AB72

Text Example


Text Example

White with #A1AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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