Html Css Color HEX #A0AB59 Green Smoke

📋 copy color: '#A0AB59'

red 160 ◦ green 171 ◦ blue 89

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

Shades of Green Smoke #A0AB59

Tints of Green Smoke #A0AB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 38.1%
G = 40.71%
B = 21.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#A0AB59 (or 0xA0AB59) is known color: Green Smoke. HEX triplet: A0, AB and 59. RGB value is (160,171,89). Sum of RGB (Red+Green+Blue) = 160+171+89=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB59 is #5F54A6. Grayscale: #9E9E9E. Windows color (decimal): -6247591 or 5876640. OLE color: 5876640.

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

Color convert

RGB 160 171 89 -
CMYK 0.06 0 0.48 0.33
HSL 68.05º 0.33% 0.51% -
HSV(B) 68.05º 0.48% 0.67% -
XYZ 30.86 37.32 15.03 -
YUV 158.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 160 171 89 0.06 0 0.48 0.33 68.05 0.33 0.51
Hex A0 AB 59 6 0 30 21 44 21 33
Octal 240 253 131 6 0 60 41 104 41 63
Binary 10100000 10101011 1011001 110 0 110000 100001 1000100 100001 110011

Color Harmonies of #A0AB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB59

Black with #A0AB59

Text Example


Text Example

White with #A0AB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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