Html Css Color HEX #A0AB70 Green Smoke

📋 copy color: '#A0AB70'

red 160 ◦ green 171 ◦ blue 112

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

Shades of Green Smoke #A0AB70

Tints of Green Smoke #A0AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 36.12%
G = 38.6%
B = 25.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A0AB70 (or 0xA0AB70) is known color: Green Smoke. HEX triplet: A0, AB and 70. RGB value is (160,171,112). Sum of RGB (Red+Green+Blue) = 160+171+112=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB70 is #5F548F. Grayscale: #A1A1A1. Windows color (decimal): -6247568 or 7383968. OLE color: 7383968.

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

Color convert

RGB 160 171 112 -
CMYK 0.06 0 0.35 0.33
HSL 71.19º 0.26% 0.55% -
HSV(B) 71.19º 0.35% 0.67% -
XYZ 31.98 37.77 20.93 -
YUV 160.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 160 171 112 0.06 0 0.35 0.33 71.19 0.26 0.55
Hex A0 AB 70 6 0 23 21 47 1A 37
Octal 240 253 160 6 0 43 41 107 32 67
Binary 10100000 10101011 1110000 110 0 100011 100001 1000111 11010 110111

Color Harmonies of #A0AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB70

Black with #A0AB70

Text Example


Text Example

White with #A0AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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