Html Css Color HEX #ACA385 Neutral Green

📋 copy color: '#ACA385'

red 172 ◦ green 163 ◦ blue 133

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

Shades of Neutral Green #ACA385

Tints of Neutral Green #ACA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 36.75%
G = 34.83%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ACA385 (or 0xACA385) is known color: Neutral Green. HEX triplet: AC, A3 and 85. RGB value is (172,163,133). Sum of RGB (Red+Green+Blue) = 172+163+133=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA385 is #535C7A. Grayscale: #A2A2A2. Windows color (decimal): -5463163 or 8758188. OLE color: 8758188.

HSL color Cylindrical-coordinate representation of color #ACA385: hue angle of 46.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA385 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 133 -
CMYK 0 0.05 0.23 0.33
HSL 46.15º 0.19% 0.6% -
HSV(B) 46.15º 0.23% 0.67% -
XYZ 34.34 36.66 27.46 -
YUV 162.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 172 163 133 0 0.05 0.23 0.33 46.15 0.19 0.6
Hex AC A3 85 0 5 17 21 2E 13 3C
Octal 254 243 205 0 5 27 41 56 23 74
Binary 10101100 10100011 10000101 0 101 10111 100001 101110 10011 111100

Color Harmonies of #ACA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA385

Black with #ACA385

Text Example


Text Example

White with #ACA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA385; }

 p { color: rgb(172,163,133); }

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

background-color css

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

 a { background-color: rgb(172,163,133); }

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

border-color css

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

 span { border-color: rgb(172,163,133); }

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