Html Css Color HEX #A0AF59 Green Smoke

📋 copy color: '#A0AF59'

red 160 ◦ green 175 ◦ blue 89

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

Shades of Green Smoke #A0AF59

Tints of Green Smoke #A0AF59

RGB

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

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

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

R = 37.74%
G = 41.27%
B = 20.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#A0AF59 (or 0xA0AF59) is known color: Green Smoke. HEX triplet: A0, AF and 59. RGB value is (160,175,89). Sum of RGB (Red+Green+Blue) = 160+175+89=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF59 is #5F50A6. Grayscale: #A1A1A1. Windows color (decimal): -6246567 or 5877664. OLE color: 5877664.

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

Color convert

RGB 160 175 89 -
CMYK 0.09 0 0.49 0.31
HSL 70.47º 0.35% 0.52% -
HSV(B) 70.47º 0.49% 0.69% -
XYZ 31.63 38.85 15.28 -
YUV 160.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 160 175 89 0.09 0 0.49 0.31 70.47 0.35 0.52
Hex A0 AF 59 9 0 31 1F 46 23 34
Octal 240 257 131 11 0 61 37 106 43 64
Binary 10100000 10101111 1011001 1001 0 110001 11111 1000110 100011 110100

Color Harmonies of #A0AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF59

Black with #A0AF59

Text Example


Text Example

White with #A0AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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