Html Css Color HEX #AC916B Mongoose

📋 copy color: '#AC916B'

red 172 ◦ green 145 ◦ blue 107

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

Shades of Mongoose #AC916B

Tints of Mongoose #AC916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 40.57%
G = 34.2%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC916B (or 0xAC916B) is known color: Mongoose. HEX triplet: AC, 91 and 6B. RGB value is (172,145,107). Sum of RGB (Red+Green+Blue) = 172+145+107=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916B is #536E94. Grayscale: #949494. Windows color (decimal): -5467797 or 7049644. OLE color: 7049644.

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

Color convert

RGB 172 145 107 -
CMYK 0 0.16 0.38 0.33
HSL 35.08º 0.28% 0.55% -
HSV(B) 35.08º 0.38% 0.67% -
XYZ 29.79 30.08 18.15 -
YUV 148.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 172 145 107 0 0.16 0.38 0.33 35.08 0.28 0.55
Hex AC 91 6B 0 10 26 21 23 1C 37
Octal 254 221 153 0 20 46 41 43 34 67
Binary 10101100 10010001 1101011 0 10000 100110 100001 100011 11100 110111

Color Harmonies of #AC916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC916B

Black with #AC916B

Text Example


Text Example

White with #AC916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC916B; }

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

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

background-color css

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

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

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

border-color css

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

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

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