Html Css Color HEX #AC8C6D Mongoose

📋 copy color: '#AC8C6D'

red 172 ◦ green 140 ◦ blue 109

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

Shades of Mongoose #AC8C6D

Tints of Mongoose #AC8C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 40.86%
G = 33.25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC8C6D (or 0xAC8C6D) is known color: Mongoose. HEX triplet: AC, 8C and 6D. RGB value is (172,140,109). Sum of RGB (Red+Green+Blue) = 172+140+109=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C6D is #537392. Grayscale: #929292. Windows color (decimal): -5469075 or 7179436. OLE color: 7179436.

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

Color convert

RGB 172 140 109 -
CMYK 0 0.19 0.37 0.33
HSL 29.52º 0.28% 0.55% -
HSV(B) 29.52º 0.37% 0.67% -
XYZ 29.15 28.63 18.46 -
YUV 146.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 172 140 109 0 0.19 0.37 0.33 29.52 0.28 0.55
Hex AC 8C 6D 0 13 25 21 1E 1C 37
Octal 254 214 155 0 23 45 41 36 34 67
Binary 10101100 10001100 1101101 0 10011 100101 100001 11110 11100 110111

Color Harmonies of #AC8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C6D

Black with #AC8C6D

Text Example


Text Example

White with #AC8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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