Html Css Color HEX #A0AF5D Green Smoke

📋 copy color: '#A0AF5D'

red 160 ◦ green 175 ◦ blue 93

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

Shades of Green Smoke #A0AF5D

Tints of Green Smoke #A0AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 37.38%
G = 40.89%
B = 21.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A0AF5D (or 0xA0AF5D) is known color: Green Smoke. HEX triplet: A0, AF and 5D. RGB value is (160,175,93). Sum of RGB (Red+Green+Blue) = 160+175+93=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5D is #5F50A2. Grayscale: #A1A1A1. Windows color (decimal): -6246563 or 6139808. OLE color: 6139808.

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

Color convert

RGB 160 175 93 -
CMYK 0.09 0 0.47 0.31
HSL 70.98º 0.34% 0.53% -
HSV(B) 70.98º 0.47% 0.69% -
XYZ 31.8 38.92 16.19 -
YUV 161.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 160 175 93 0.09 0 0.47 0.31 70.98 0.34 0.53
Hex A0 AF 5D 9 0 2F 1F 47 22 35
Octal 240 257 135 11 0 57 37 107 42 65
Binary 10100000 10101111 1011101 1001 0 101111 11111 1000111 100010 110101

Color Harmonies of #A0AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF5D

Black with #A0AF5D

Text Example


Text Example

White with #A0AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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