Html Css Color HEX #A0AC6A Green Smoke

📋 copy color: '#A0AC6A'

red 160 ◦ green 172 ◦ blue 106

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

Shades of Green Smoke #A0AC6A

Tints of Green Smoke #A0AC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 36.53%
G = 39.27%
B = 24.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#A0AC6A (or 0xA0AC6A) is known color: Green Smoke. HEX triplet: A0, AC and 6A. RGB value is (160,172,106). Sum of RGB (Red+Green+Blue) = 160+172+106=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC6A is #5F5395. Grayscale: #A1A1A1. Windows color (decimal): -6247318 or 6991008. OLE color: 6991008.

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

Color convert

RGB 160 172 106 -
CMYK 0.07 0 0.38 0.33
HSL 70.91º 0.28% 0.55% -
HSV(B) 70.91º 0.38% 0.67% -
XYZ 31.85 38.02 19.3 -
YUV 160.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 160 172 106 0.07 0 0.38 0.33 70.91 0.28 0.55
Hex A0 AC 6A 7 0 26 21 47 1C 37
Octal 240 254 152 7 0 46 41 107 34 67
Binary 10100000 10101100 1101010 111 0 100110 100001 1000111 11100 110111

Color Harmonies of #A0AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC6A

Black with #A0AC6A

Text Example


Text Example

White with #A0AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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