Html Css Color HEX #ACAA7B Neutral Green

📋 copy color: '#ACAA7B'

red 172 ◦ green 170 ◦ blue 123

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

Shades of Neutral Green #ACAA7B

Tints of Neutral Green #ACAA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 36.99%
G = 36.56%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#ACAA7B (or 0xACAA7B) is known color: Neutral Green. HEX triplet: AC, AA and 7B. RGB value is (172,170,123). Sum of RGB (Red+Green+Blue) = 172+170+123=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA7B is #535584. Grayscale: #A5A5A5. Windows color (decimal): -5461381 or 8104620. OLE color: 8104620.

HSL color Cylindrical-coordinate representation of color #ACAA7B: hue angle of 57.55º degrees, saturation: 0.23, 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 #ACAA7B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 123 -
CMYK 0 0.01 0.28 0.33
HSL 57.55º 0.23% 0.58% -
HSV(B) 57.55º 0.28% 0.67% -
XYZ 34.96 38.95 24.41 -
YUV 165.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 172 170 123 0 0.01 0.28 0.33 57.55 0.23 0.58
Hex AC AA 7B 0 1 1C 21 3A 17 3A
Octal 254 252 173 0 1 34 41 72 27 72
Binary 10101100 10101010 1111011 0 1 11100 100001 111010 10111 111010

Color Harmonies of #ACAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA7B

Black with #ACAA7B

Text Example


Text Example

White with #ACAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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