Html Css Color HEX #AC9470 Mongoose

📋 copy color: '#AC9470'

red 172 ◦ green 148 ◦ blue 112

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

Shades of Mongoose #AC9470

Tints of Mongoose #AC9470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 39.81%
G = 34.26%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC9470 (or 0xAC9470) is known color: Mongoose. HEX triplet: AC, 94 and 70. RGB value is (172,148,112). Sum of RGB (Red+Green+Blue) = 172+148+112=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9470 is #536B8F. Grayscale: #979797. Windows color (decimal): -5467024 or 7378092. OLE color: 7378092.

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

Color convert

RGB 172 148 112 -
CMYK 0 0.14 0.35 0.33
HSL 36º 0.27% 0.56% -
HSV(B) 36º 0.35% 0.67% -
XYZ 30.53 31.12 19.73 -
YUV 151.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 172 148 112 0 0.14 0.35 0.33 36 0.27 0.56
Hex AC 94 70 0 E 23 21 24 1B 38
Octal 254 224 160 0 16 43 41 44 33 70
Binary 10101100 10010100 1110000 0 1110 100011 100001 100100 11011 111000

Color Harmonies of #AC9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9470

Black with #AC9470

Text Example


Text Example

White with #AC9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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