Html Css Color HEX #AC8C6F Mongoose

📋 copy color: '#AC8C6F'

red 172 ◦ green 140 ◦ blue 111

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

Shades of Mongoose #AC8C6F

Tints of Mongoose #AC8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 40.66%
G = 33.1%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8C6F (or 0xAC8C6F) is known color: Mongoose. HEX triplet: AC, 8C and 6F. RGB value is (172,140,111). Sum of RGB (Red+Green+Blue) = 172+140+111=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C6F is #537390. Grayscale: #929292. Windows color (decimal): -5469073 or 7310508. OLE color: 7310508.

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

Color convert

RGB 172 140 111 -
CMYK 0 0.19 0.35 0.33
HSL 28.52º 0.27% 0.55% -
HSV(B) 28.52º 0.35% 0.67% -
XYZ 29.26 28.67 19.03 -
YUV 146.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 172 140 111 0 0.19 0.35 0.33 28.52 0.27 0.55
Hex AC 8C 6F 0 13 23 21 1D 1B 37
Octal 254 214 157 0 23 43 41 35 33 67
Binary 10101100 10001100 1101111 0 10011 100011 100001 11101 11011 110111

Color Harmonies of #AC8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C6F

Black with #AC8C6F

Text Example


Text Example

White with #AC8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C6F; }

 p { color: rgb(172,140,111); }

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

background-color css

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

 a { background-color: rgb(172,140,111); }

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

border-color css

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

 span { border-color: rgb(172,140,111); }

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