Html Css Color HEX #A0AC4C Green Smoke

📋 copy color: '#A0AC4C'

red 160 ◦ green 172 ◦ blue 76

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

Shades of Green Smoke #A0AC4C

Tints of Green Smoke #A0AC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 39.22%
G = 42.16%
B = 18.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A0AC4C (or 0xA0AC4C) is known color: Green Smoke. HEX triplet: A0, AC and 4C. RGB value is (160,172,76). Sum of RGB (Red+Green+Blue) = 160+172+76=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC4C is #5F53B3. Grayscale: #9D9D9D. Windows color (decimal): -6247348 or 5024928. OLE color: 5024928.

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

Color convert

RGB 160 172 76 -
CMYK 0.07 0 0.56 0.33
HSL 67.5º 0.39% 0.49% -
HSV(B) 67.5º 0.56% 0.67% -
XYZ 30.55 37.5 12.47 -
YUV 157.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 160 172 76 0.07 0 0.56 0.33 67.5 0.39 0.49
Hex A0 AC 4C 7 0 38 21 44 27 31
Octal 240 254 114 7 0 70 41 104 47 61
Binary 10100000 10101100 1001100 111 0 111000 100001 1000100 100111 110001

Color Harmonies of #A0AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC4C

Black with #A0AC4C

Text Example


Text Example

White with #A0AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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