Html Css Color HEX #ACA57C Neutral Green

📋 copy color: '#ACA57C'

red 172 ◦ green 165 ◦ blue 124

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

Shades of Neutral Green #ACA57C

Tints of Neutral Green #ACA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 37.31%
G = 35.79%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#ACA57C (or 0xACA57C) is known color: Neutral Green. HEX triplet: AC, A5 and 7C. RGB value is (172,165,124). Sum of RGB (Red+Green+Blue) = 172+165+124=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA57C is #535A83. Grayscale: #A2A2A2. Windows color (decimal): -5462660 or 8168876. OLE color: 8168876.

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

Color convert

RGB 172 165 124 -
CMYK 0 0.04 0.28 0.33
HSL 51.25º 0.22% 0.58% -
HSV(B) 51.25º 0.28% 0.67% -
XYZ 34.11 37.14 24.44 -
YUV 162.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 172 165 124 0 0.04 0.28 0.33 51.25 0.22 0.58
Hex AC A5 7C 0 4 1C 21 33 16 3A
Octal 254 245 174 0 4 34 41 63 26 72
Binary 10101100 10100101 1111100 0 100 11100 100001 110011 10110 111010

Color Harmonies of #ACA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA57C

Black with #ACA57C

Text Example


Text Example

White with #ACA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA57C; }

 p { color: rgb(172,165,124); }

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

background-color css

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

 a { background-color: rgb(172,165,124); }

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

border-color css

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

 span { border-color: rgb(172,165,124); }

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