Html Css Color HEX #A0AF5C Green Smoke

📋 copy color: '#A0AF5C'

red 160 ◦ green 175 ◦ blue 92

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

Shades of Green Smoke #A0AF5C

Tints of Green Smoke #A0AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 37.47%
G = 40.98%
B = 21.55%

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

#A0AF5C (or 0xA0AF5C) is known color: Green Smoke. HEX triplet: A0, AF and 5C. RGB value is (160,175,92). Sum of RGB (Red+Green+Blue) = 160+175+92=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5C is #5F50A3. Grayscale: #A1A1A1. Windows color (decimal): -6246564 or 6074272. OLE color: 6074272.

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

Color convert

RGB 160 175 92 -
CMYK 0.09 0 0.47 0.31
HSL 70.84º 0.34% 0.52% -
HSV(B) 70.84º 0.47% 0.69% -
XYZ 31.76 38.91 15.96 -
YUV 161.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 160 175 92 0.09 0 0.47 0.31 70.84 0.34 0.52
Hex A0 AF 5C 9 0 2F 1F 47 22 34
Octal 240 257 134 11 0 57 37 107 42 64
Binary 10100000 10101111 1011100 1001 0 101111 11111 1000111 100010 110100

Color Harmonies of #A0AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF5C

Black with #A0AF5C

Text Example


Text Example

White with #A0AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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