Html Css Color HEX #AC9472 Mongoose

📋 copy color: '#AC9472'

red 172 ◦ green 148 ◦ blue 114

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

Shades of Mongoose #AC9472

Tints of Mongoose #AC9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 39.63%
G = 34.1%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC9472 (or 0xAC9472) is known color: Mongoose. HEX triplet: AC, 94 and 72. RGB value is (172,148,114). Sum of RGB (Red+Green+Blue) = 172+148+114=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9472 is #536B8D. Grayscale: #979797. Windows color (decimal): -5467022 or 7509164. OLE color: 7509164.

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

Color convert

RGB 172 148 114 -
CMYK 0 0.14 0.34 0.33
HSL 35.17º 0.26% 0.56% -
HSV(B) 35.17º 0.34% 0.67% -
XYZ 30.64 31.17 20.32 -
YUV 151.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 172 148 114 0 0.14 0.34 0.33 35.17 0.26 0.56
Hex AC 94 72 0 E 22 21 23 1A 38
Octal 254 224 162 0 16 42 41 43 32 70
Binary 10101100 10010100 1110010 0 1110 100010 100001 100011 11010 111000

Color Harmonies of #AC9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9472

Black with #AC9472

Text Example


Text Example

White with #AC9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9472; }

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

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

background-color css

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

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

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

border-color css

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

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

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