Html Css Color HEX #AC8870 Mongoose

📋 copy color: '#AC8870'

red 172 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #AC8870

Tints of Mongoose #AC8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

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

R = 40.95%
G = 32.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8870 (or 0xAC8870) is known color: Mongoose. HEX triplet: AC, 88 and 70. RGB value is (172,136,112). Sum of RGB (Red+Green+Blue) = 172+136+112=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8870 is #53778F. Grayscale: #909090. Windows color (decimal): -5470096 or 7375020. OLE color: 7375020.

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

Color convert

RGB 172 136 112 -
CMYK 0 0.21 0.35 0.33
HSL 24º 0.27% 0.56% -
HSV(B) 24º 0.35% 0.67% -
XYZ 28.74 27.55 19.13 -
YUV 144.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 172 136 112 0 0.21 0.35 0.33 24 0.27 0.56
Hex AC 88 70 0 15 23 21 18 1B 38
Octal 254 210 160 0 25 43 41 30 33 70
Binary 10101100 10001000 1110000 0 10101 100011 100001 11000 11011 111000

Color Harmonies of #AC8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8870

Black with #AC8870

Text Example


Text Example

White with #AC8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8870; }

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

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

background-color css

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

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

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

border-color css

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

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

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