Html Css Color HEX #A0AC6F Green Smoke

📋 copy color: '#A0AC6F'

red 160 ◦ green 172 ◦ blue 111

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

Shades of Green Smoke #A0AC6F

Tints of Green Smoke #A0AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 36.12%
G = 38.83%
B = 25.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A0AC6F (or 0xA0AC6F) is known color: Green Smoke. HEX triplet: A0, AC and 6F. RGB value is (160,172,111). Sum of RGB (Red+Green+Blue) = 160+172+111=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC6F is #5F5390. Grayscale: #A1A1A1. Windows color (decimal): -6247313 or 7318688. OLE color: 7318688.

HSL color Cylindrical-coordinate representation of color #A0AC6F: hue angle of 71.8º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0AC6F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 111 -
CMYK 0.07 0 0.35 0.33
HSL 71.8º 0.27% 0.55% -
HSV(B) 71.8º 0.35% 0.67% -
XYZ 32.12 38.13 20.71 -
YUV 161.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 160 172 111 0.07 0 0.35 0.33 71.8 0.27 0.55
Hex A0 AC 6F 7 0 23 21 48 1B 37
Octal 240 254 157 7 0 43 41 110 33 67
Binary 10100000 10101100 1101111 111 0 100011 100001 1001000 11011 110111

Color Harmonies of #A0AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC6F

Black with #A0AC6F

Text Example


Text Example

White with #A0AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC6F; }

 p { color: rgb(160,172,111); }

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

background-color css

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

 a { background-color: rgb(160,172,111); }

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

border-color css

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

 span { border-color: rgb(160,172,111); }

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