Html Css Color HEX #ACA685 Neutral Green

📋 copy color: '#ACA685'

red 172 ◦ green 166 ◦ blue 133

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

Shades of Neutral Green #ACA685

Tints of Neutral Green #ACA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 36.52%
G = 35.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ACA685 (or 0xACA685) is known color: Neutral Green. HEX triplet: AC, A6 and 85. RGB value is (172,166,133). Sum of RGB (Red+Green+Blue) = 172+166+133=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA685 is #53597A. Grayscale: #A4A4A4. Windows color (decimal): -5462395 or 8758956. OLE color: 8758956.

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

Color convert

RGB 172 166 133 -
CMYK 0 0.03 0.23 0.33
HSL 50.77º 0.19% 0.6% -
HSV(B) 50.77º 0.23% 0.67% -
XYZ 34.88 37.74 27.64 -
YUV 164.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 172 166 133 0 0.03 0.23 0.33 50.77 0.19 0.6
Hex AC A6 85 0 3 17 21 33 13 3C
Octal 254 246 205 0 3 27 41 63 23 74
Binary 10101100 10100110 10000101 0 11 10111 100001 110011 10011 111100

Color Harmonies of #ACA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA685

Black with #ACA685

Text Example


Text Example

White with #ACA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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