Html Css Color HEX #A0AF5E Green Smoke

📋 copy color: '#A0AF5E'

red 160 ◦ green 175 ◦ blue 94

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

Shades of Green Smoke #A0AF5E

Tints of Green Smoke #A0AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 37.3%
G = 40.79%
B = 21.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#A0AF5E (or 0xA0AF5E) is known color: Green Smoke. HEX triplet: A0, AF and 5E. RGB value is (160,175,94). Sum of RGB (Red+Green+Blue) = 160+175+94=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5E is #5F50A1. Grayscale: #A1A1A1. Windows color (decimal): -6246562 or 6205344. OLE color: 6205344.

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

Color convert

RGB 160 175 94 -
CMYK 0.09 0 0.46 0.31
HSL 71.11º 0.34% 0.53% -
HSV(B) 71.11º 0.46% 0.69% -
XYZ 31.85 38.94 16.43 -
YUV 161.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 160 175 94 0.09 0 0.46 0.31 71.11 0.34 0.53
Hex A0 AF 5E 9 0 2E 1F 47 22 35
Octal 240 257 136 11 0 56 37 107 42 65
Binary 10100000 10101111 1011110 1001 0 101110 11111 1000111 100010 110101

Color Harmonies of #A0AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF5E

Black with #A0AF5E

Text Example


Text Example

White with #A0AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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