Html Css Color HEX #AC8F70 Mongoose

📋 copy color: '#AC8F70'

red 172 ◦ green 143 ◦ blue 112

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

Shades of Mongoose #AC8F70

Tints of Mongoose #AC8F70

RGB

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

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

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

R = 40.28%
G = 33.49%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8F70 (or 0xAC8F70) is known color: Mongoose. HEX triplet: AC, 8F and 70. RGB value is (172,143,112). Sum of RGB (Red+Green+Blue) = 172+143+112=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F70 is #53708F. Grayscale: #949494. Windows color (decimal): -5468304 or 7376812. OLE color: 7376812.

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

Color convert

RGB 172 143 112 -
CMYK 0 0.17 0.35 0.33
HSL 31º 0.27% 0.56% -
HSV(B) 31º 0.35% 0.67% -
XYZ 29.76 29.59 19.47 -
YUV 148.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 172 143 112 0 0.17 0.35 0.33 31 0.27 0.56
Hex AC 8F 70 0 11 23 21 1F 1B 38
Octal 254 217 160 0 21 43 41 37 33 70
Binary 10101100 10001111 1110000 0 10001 100011 100001 11111 11011 111000

Color Harmonies of #AC8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F70

Black with #AC8F70

Text Example


Text Example

White with #AC8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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