Html Css Color HEX #AC8F72 Mongoose

📋 copy color: '#AC8F72'

red 172 ◦ green 143 ◦ blue 114

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

Shades of Mongoose #AC8F72

Tints of Mongoose #AC8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 40.09%
G = 33.33%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8F72 (or 0xAC8F72) is known color: Mongoose. HEX triplet: AC, 8F and 72. RGB value is (172,143,114). Sum of RGB (Red+Green+Blue) = 172+143+114=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F72 is #53708D. Grayscale: #949494. Windows color (decimal): -5468302 or 7507884. OLE color: 7507884.

HSL color Cylindrical-coordinate representation of color #AC8F72: hue angle of 30º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8F72 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 114 -
CMYK 0 0.17 0.34 0.33
HSL 30º 0.26% 0.56% -
HSV(B) 30º 0.34% 0.67% -
XYZ 29.87 29.63 20.06 -
YUV 148.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 172 143 114 0 0.17 0.34 0.33 30 0.26 0.56
Hex AC 8F 72 0 11 22 21 1E 1A 38
Octal 254 217 162 0 21 42 41 36 32 70
Binary 10101100 10001111 1110010 0 10001 100010 100001 11110 11010 111000

Color Harmonies of #AC8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F72

Black with #AC8F72

Text Example


Text Example

White with #AC8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F72; }

 p { color: rgb(172,143,114); }

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

background-color css

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

 a { background-color: rgb(172,143,114); }

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

border-color css

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

 span { border-color: rgb(172,143,114); }

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