Html Css Color HEX #A0AB63 Green Smoke

📋 copy color: '#A0AB63'

red 160 ◦ green 171 ◦ blue 99

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

Shades of Green Smoke #A0AB63

Tints of Green Smoke #A0AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 37.21%
G = 39.77%
B = 23.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A0AB63 (or 0xA0AB63) is known color: Green Smoke. HEX triplet: A0, AB and 63. RGB value is (160,171,99). Sum of RGB (Red+Green+Blue) = 160+171+99=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB63 is #5F549C. Grayscale: #9F9F9F. Windows color (decimal): -6247581 or 6532000. OLE color: 6532000.

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

Color convert

RGB 160 171 99 -
CMYK 0.06 0 0.42 0.33
HSL 69.17º 0.3% 0.53% -
HSV(B) 69.17º 0.42% 0.67% -
XYZ 31.31 37.5 17.39 -
YUV 159.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 160 171 99 0.06 0 0.42 0.33 69.17 0.3 0.53
Hex A0 AB 63 6 0 2A 21 45 1E 35
Octal 240 253 143 6 0 52 41 105 36 65
Binary 10100000 10101011 1100011 110 0 101010 100001 1000101 11110 110101

Color Harmonies of #A0AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB63

Black with #A0AB63

Text Example


Text Example

White with #A0AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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