Html Css Color HEX #AC9370 Mongoose

📋 copy color: '#AC9370'

red 172 ◦ green 147 ◦ blue 112

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

Shades of Mongoose #AC9370

Tints of Mongoose #AC9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

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

R = 39.91%
G = 34.11%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC9370 (or 0xAC9370) is known color: Mongoose. HEX triplet: AC, 93 and 70. RGB value is (172,147,112). Sum of RGB (Red+Green+Blue) = 172+147+112=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9370 is #536C8F. Grayscale: #969696. Windows color (decimal): -5467280 or 7377836. OLE color: 7377836.

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

Color convert

RGB 172 147 112 -
CMYK 0 0.15 0.35 0.33
HSL 35º 0.27% 0.56% -
HSV(B) 35º 0.35% 0.67% -
XYZ 30.37 30.81 19.68 -
YUV 150.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 172 147 112 0 0.15 0.35 0.33 35 0.27 0.56
Hex AC 93 70 0 F 23 21 23 1B 38
Octal 254 223 160 0 17 43 41 43 33 70
Binary 10101100 10010011 1110000 0 1111 100011 100001 100011 11011 111000

Color Harmonies of #AC9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9370

Black with #AC9370

Text Example


Text Example

White with #AC9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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