Html Css Color HEX #AC916C Mongoose

📋 copy color: '#AC916C'

red 172 ◦ green 145 ◦ blue 108

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

Shades of Mongoose #AC916C

Tints of Mongoose #AC916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 40.47%
G = 34.12%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC916C (or 0xAC916C) is known color: Mongoose. HEX triplet: AC, 91 and 6C. RGB value is (172,145,108). Sum of RGB (Red+Green+Blue) = 172+145+108=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916C is #536E93. Grayscale: #959595. Windows color (decimal): -5467796 or 7115180. OLE color: 7115180.

HSL color Cylindrical-coordinate representation of color #AC916C: hue angle of 34.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC916C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 108 -
CMYK 0 0.16 0.37 0.33
HSL 34.69º 0.28% 0.55% -
HSV(B) 34.69º 0.37% 0.67% -
XYZ 29.85 30.1 18.43 -
YUV 148.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 172 145 108 0 0.16 0.37 0.33 34.69 0.28 0.55
Hex AC 91 6C 0 10 25 21 23 1C 37
Octal 254 221 154 0 20 45 41 43 34 67
Binary 10101100 10010001 1101100 0 10000 100101 100001 100011 11100 110111

Color Harmonies of #AC916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC916C

Black with #AC916C

Text Example


Text Example

White with #AC916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC916C; }

 p { color: rgb(172,145,108); }

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

background-color css

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

 a { background-color: rgb(172,145,108); }

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

border-color css

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

 span { border-color: rgb(172,145,108); }

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