Html Css Color HEX #AC8A70 Mongoose

📋 copy color: '#AC8A70'

red 172 ◦ green 138 ◦ blue 112

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

Shades of Mongoose #AC8A70

Tints of Mongoose #AC8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

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

R = 40.76%
G = 32.7%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8A70 (or 0xAC8A70) is known color: Mongoose. HEX triplet: AC, 8A and 70. RGB value is (172,138,112). Sum of RGB (Red+Green+Blue) = 172+138+112=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A70 is #53758F. Grayscale: #919191. Windows color (decimal): -5469584 or 7375532. OLE color: 7375532.

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

Color convert

RGB 172 138 112 -
CMYK 0 0.20 0.35 0.33
HSL 26º 0.27% 0.56% -
HSV(B) 26º 0.35% 0.67% -
XYZ 29.03 28.12 19.23 -
YUV 145.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 172 138 112 0 0.20 0.35 0.33 26 0.27 0.56
Hex AC 8A 70 0 14 23 21 1A 1B 38
Octal 254 212 160 0 24 43 41 32 33 70
Binary 10101100 10001010 1110000 0 10100 100011 100001 11010 11011 111000

Color Harmonies of #AC8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A70

Black with #AC8A70

Text Example


Text Example

White with #AC8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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