Html Css Color HEX #A0AF62 Green Smoke

📋 copy color: '#A0AF62'

red 160 ◦ green 175 ◦ blue 98

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

Shades of Green Smoke #A0AF62

Tints of Green Smoke #A0AF62

RGB

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

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

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

R = 36.95%
G = 40.42%
B = 22.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A0AF62 (or 0xA0AF62) is known color: Green Smoke. HEX triplet: A0, AF and 62. RGB value is (160,175,98). Sum of RGB (Red+Green+Blue) = 160+175+98=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF62 is #5F509D. Grayscale: #A2A2A2. Windows color (decimal): -6246558 or 6467488. OLE color: 6467488.

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

Color convert

RGB 160 175 98 -
CMYK 0.09 0 0.44 0.31
HSL 71.69º 0.32% 0.54% -
HSV(B) 71.69º 0.44% 0.69% -
XYZ 32.03 39.02 17.4 -
YUV 161.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 160 175 98 0.09 0 0.44 0.31 71.69 0.32 0.54
Hex A0 AF 62 9 0 2C 1F 48 20 36
Octal 240 257 142 11 0 54 37 110 40 66
Binary 10100000 10101111 1100010 1001 0 101100 11111 1001000 100000 110110

Color Harmonies of #A0AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF62

Black with #A0AF62

Text Example


Text Example

White with #A0AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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