Html Css Color HEX #A0AB62 Green Smoke

📋 copy color: '#A0AB62'

red 160 ◦ green 171 ◦ blue 98

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

Shades of Green Smoke #A0AB62

Tints of Green Smoke #A0AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 37.3%
G = 39.86%
B = 22.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#A0AB62 (or 0xA0AB62) is known color: Green Smoke. HEX triplet: A0, AB and 62. RGB value is (160,171,98). Sum of RGB (Red+Green+Blue) = 160+171+98=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB62 is #5F549D. Grayscale: #9F9F9F. Windows color (decimal): -6247582 or 6466464. OLE color: 6466464.

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

Color convert

RGB 160 171 98 -
CMYK 0.06 0 0.43 0.33
HSL 69.04º 0.3% 0.53% -
HSV(B) 69.04º 0.43% 0.67% -
XYZ 31.26 37.48 17.14 -
YUV 159.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 160 171 98 0.06 0 0.43 0.33 69.04 0.3 0.53
Hex A0 AB 62 6 0 2B 21 45 1E 35
Octal 240 253 142 6 0 53 41 105 36 65
Binary 10100000 10101011 1100010 110 0 101011 100001 1000101 11110 110101

Color Harmonies of #A0AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB62

Black with #A0AB62

Text Example


Text Example

White with #A0AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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