Html Css Color HEX #ACAB86 Neutral Green

📋 copy color: '#ACAB86'

red 172 ◦ green 171 ◦ blue 134

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

Shades of Neutral Green #ACAB86

Tints of Neutral Green #ACAB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 36.06%
G = 35.85%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#ACAB86 (or 0xACAB86) is known color: Neutral Green. HEX triplet: AC, AB and 86. RGB value is (172,171,134). Sum of RGB (Red+Green+Blue) = 172+171+134=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB86 is #535479. Grayscale: #A7A7A7. Windows color (decimal): -5461114 or 8825772. OLE color: 8825772.

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

Color convert

RGB 172 171 134 -
CMYK 0 0.01 0.22 0.33
HSL 58.42º 0.19% 0.6% -
HSV(B) 58.42º 0.22% 0.67% -
XYZ 35.88 39.62 28.31 -
YUV 167.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 172 171 134 0 0.01 0.22 0.33 58.42 0.19 0.6
Hex AC AB 86 0 1 16 21 3A 13 3C
Octal 254 253 206 0 1 26 41 72 23 74
Binary 10101100 10101011 10000110 0 1 10110 100001 111010 10011 111100

Color Harmonies of #ACAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB86

Black with #ACAB86

Text Example


Text Example

White with #ACAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB86; }

 p { color: rgb(172,171,134); }

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

background-color css

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

 a { background-color: rgb(172,171,134); }

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

border-color css

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

 span { border-color: rgb(172,171,134); }

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