Html Css Color HEX #AC8F74 Mongoose

📋 copy color: '#AC8F74'

red 172 ◦ green 143 ◦ blue 116

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

Shades of Mongoose #AC8F74

Tints of Mongoose #AC8F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 39.91%
G = 33.18%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8F74 (or 0xAC8F74) is known color: Mongoose. HEX triplet: AC, 8F and 74. RGB value is (172,143,116). Sum of RGB (Red+Green+Blue) = 172+143+116=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F74 is #53708B. Grayscale: #949494. Windows color (decimal): -5468300 or 7638956. OLE color: 7638956.

HSL color Cylindrical-coordinate representation of color #AC8F74: hue angle of 28.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8F74 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 116 -
CMYK 0 0.17 0.33 0.33
HSL 28.93º 0.25% 0.56% -
HSV(B) 28.93º 0.33% 0.67% -
XYZ 29.99 29.68 20.67 -
YUV 148.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 172 143 116 0 0.17 0.33 0.33 28.93 0.25 0.56
Hex AC 8F 74 0 11 21 21 1D 19 38
Octal 254 217 164 0 21 41 41 35 31 70
Binary 10101100 10001111 1110100 0 10001 100001 100001 11101 11001 111000

Color Harmonies of #AC8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F74

Black with #AC8F74

Text Example


Text Example

White with #AC8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F74; }

 p { color: rgb(172,143,116); }

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

background-color css

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

 a { background-color: rgb(172,143,116); }

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

border-color css

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

 span { border-color: rgb(172,143,116); }

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