Html Css Color HEX #AC916A Mongoose

📋 copy color: '#AC916A'

red 172 ◦ green 145 ◦ blue 106

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

Shades of Mongoose #AC916A

Tints of Mongoose #AC916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 40.66%
G = 34.28%
B = 25.06%

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

#AC916A (or 0xAC916A) is known color: Mongoose. HEX triplet: AC, 91 and 6A. RGB value is (172,145,106). Sum of RGB (Red+Green+Blue) = 172+145+106=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916A is #536E95. Grayscale: #949494. Windows color (decimal): -5467798 or 6984108. OLE color: 6984108.

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

Color convert

RGB 172 145 106 -
CMYK 0 0.16 0.38 0.33
HSL 35.45º 0.28% 0.55% -
HSV(B) 35.45º 0.38% 0.67% -
XYZ 29.74 30.06 17.87 -
YUV 148.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 172 145 106 0 0.16 0.38 0.33 35.45 0.28 0.55
Hex AC 91 6A 0 10 26 21 23 1C 37
Octal 254 221 152 0 20 46 41 43 34 67
Binary 10101100 10010001 1101010 0 10000 100110 100001 100011 11100 110111

Color Harmonies of #AC916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC916A

Black with #AC916A

Text Example


Text Example

White with #AC916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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