Html Css Color HEX #A0AF60 Green Smoke

📋 copy color: '#A0AF60'

red 160 ◦ green 175 ◦ blue 96

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

Shades of Green Smoke #A0AF60

Tints of Green Smoke #A0AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 37.12%
G = 40.6%
B = 22.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A0AF60 (or 0xA0AF60) is known color: Green Smoke. HEX triplet: A0, AF and 60. RGB value is (160,175,96). Sum of RGB (Red+Green+Blue) = 160+175+96=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF60 is #5F509F. Grayscale: #A1A1A1. Windows color (decimal): -6246560 or 6336416. OLE color: 6336416.

HSL color Cylindrical-coordinate representation of color #A0AF60: hue angle of 71.39º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0AF60 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 96 -
CMYK 0.09 0 0.45 0.31
HSL 71.39º 0.33% 0.53% -
HSV(B) 71.39º 0.45% 0.69% -
XYZ 31.94 38.98 16.91 -
YUV 161.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 160 175 96 0.09 0 0.45 0.31 71.39 0.33 0.53
Hex A0 AF 60 9 0 2D 1F 47 21 35
Octal 240 257 140 11 0 55 37 107 41 65
Binary 10100000 10101111 1100000 1001 0 101101 11111 1000111 100001 110101

Color Harmonies of #A0AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF60

Black with #A0AF60

Text Example


Text Example

White with #A0AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF60; }

 p { color: rgb(160,175,96); }

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

background-color css

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

 a { background-color: rgb(160,175,96); }

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

border-color css

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

 span { border-color: rgb(160,175,96); }

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