Html Css Color HEX #AC9670 Mongoose

📋 copy color: '#AC9670'

red 172 ◦ green 150 ◦ blue 112

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

Shades of Mongoose #AC9670

Tints of Mongoose #AC9670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

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

R = 39.63%
G = 34.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC9670 (or 0xAC9670) is known color: Mongoose. HEX triplet: AC, 96 and 70. RGB value is (172,150,112). Sum of RGB (Red+Green+Blue) = 172+150+112=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9670 is #53698F. Grayscale: #989898. Windows color (decimal): -5466512 or 7378604. OLE color: 7378604.

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

Color convert

RGB 172 150 112 -
CMYK 0 0.13 0.35 0.33
HSL 38º 0.27% 0.56% -
HSV(B) 38º 0.35% 0.67% -
XYZ 30.84 31.75 19.83 -
YUV 152.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 172 150 112 0 0.13 0.35 0.33 38 0.27 0.56
Hex AC 96 70 0 D 23 21 26 1B 38
Octal 254 226 160 0 15 43 41 46 33 70
Binary 10101100 10010110 1110000 0 1101 100011 100001 100110 11011 111000

Color Harmonies of #AC9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9670

Black with #AC9670

Text Example


Text Example

White with #AC9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9670; }

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

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

background-color css

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

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

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

border-color css

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

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

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