Html Css Color HEX #A0AB71 Green Smoke

📋 copy color: '#A0AB71'

red 160 ◦ green 171 ◦ blue 113

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

Shades of Green Smoke #A0AB71

Tints of Green Smoke #A0AB71

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 36.04%
G = 38.51%
B = 25.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#A0AB71 (or 0xA0AB71) is known color: Green Smoke. HEX triplet: A0, AB and 71. RGB value is (160,171,113). Sum of RGB (Red+Green+Blue) = 160+171+113=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB71 is #5F548E. Grayscale: #A1A1A1. Windows color (decimal): -6247567 or 7449504. OLE color: 7449504.

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

Color convert

RGB 160 171 113 -
CMYK 0.06 0 0.34 0.33
HSL 71.38º 0.26% 0.56% -
HSV(B) 71.38º 0.34% 0.67% -
XYZ 32.04 37.79 21.23 -
YUV 161.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 160 171 113 0.06 0 0.34 0.33 71.38 0.26 0.56
Hex A0 AB 71 6 0 22 21 47 1A 38
Octal 240 253 161 6 0 42 41 107 32 70
Binary 10100000 10101011 1110001 110 0 100010 100001 1000111 11010 111000

Color Harmonies of #A0AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB71

Black with #A0AB71

Text Example


Text Example

White with #A0AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB71; }

 p { color: rgb(160,171,113); }

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

background-color css

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

 a { background-color: rgb(160,171,113); }

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

border-color css

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

 span { border-color: rgb(160,171,113); }

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