Html Css Color HEX #ACA875 Neutral Green

📋 copy color: '#ACA875'

red 172 ◦ green 168 ◦ blue 117

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

Shades of Neutral Green #ACA875

Tints of Neutral Green #ACA875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 37.64%
G = 36.76%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ACA875 (or 0xACA875) is known color: Neutral Green. HEX triplet: AC, A8 and 75. RGB value is (172,168,117). Sum of RGB (Red+Green+Blue) = 172+168+117=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA875 is #53578A. Grayscale: #A3A3A3. Windows color (decimal): -5461899 or 7710892. OLE color: 7710892.

HSL color Cylindrical-coordinate representation of color #ACA875: hue angle of 55.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACA875 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 117 -
CMYK 0 0.02 0.32 0.33
HSL 55.64º 0.25% 0.57% -
HSV(B) 55.64º 0.32% 0.67% -
XYZ 34.23 38.06 22.37 -
YUV 163.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 172 168 117 0 0.02 0.32 0.33 55.64 0.25 0.57
Hex AC A8 75 0 2 20 21 38 19 39
Octal 254 250 165 0 2 40 41 70 31 71
Binary 10101100 10101000 1110101 0 10 100000 100001 111000 11001 111001

Color Harmonies of #ACA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA875

Black with #ACA875

Text Example


Text Example

White with #ACA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA875; }

 p { color: rgb(172,168,117); }

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

background-color css

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

 a { background-color: rgb(172,168,117); }

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

border-color css

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

 span { border-color: rgb(172,168,117); }

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