Html Css Color HEX #ACAA80 Neutral Green

📋 copy color: '#ACAA80'

red 172 ◦ green 170 ◦ blue 128

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

Shades of Neutral Green #ACAA80

Tints of Neutral Green #ACAA80

RGB

 RED value IS 172 (67.58% from 255) = 36.6%

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 36.6%
G = 36.17%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#ACAA80 (or 0xACAA80) is known color: Neutral Green. HEX triplet: AC, AA and 80. RGB value is (172,170,128). Sum of RGB (Red+Green+Blue) = 172+170+128=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA80 is #53557F. Grayscale: #A5A5A5. Windows color (decimal): -5461376 or 8432300. OLE color: 8432300.

HSL color Cylindrical-coordinate representation of color #ACAA80: hue angle of 57.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAA80 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 128 -
CMYK 0 0.01 0.26 0.33
HSL 57.27º 0.21% 0.59% -
HSV(B) 57.27º 0.26% 0.67% -
XYZ 35.28 39.08 26.11 -
YUV 165.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 172 170 128 0 0.01 0.26 0.33 57.27 0.21 0.59
Hex AC AA 80 0 1 1A 21 39 15 3B
Octal 254 252 200 0 1 32 41 71 25 73
Binary 10101100 10101010 10000000 0 1 11010 100001 111001 10101 111011

Color Harmonies of #ACAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA80

Black with #ACAA80

Text Example


Text Example

White with #ACAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA80; }

 p { color: rgb(172,170,128); }

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

background-color css

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

 a { background-color: rgb(172,170,128); }

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

border-color css

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

 span { border-color: rgb(172,170,128); }

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