Html Css Color HEX #AC9070 Mongoose

📋 copy color: '#AC9070'

red 172 ◦ green 144 ◦ blue 112

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

Shades of Mongoose #AC9070

Tints of Mongoose #AC9070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 40.19%
G = 33.64%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC9070 (or 0xAC9070) is known color: Mongoose. HEX triplet: AC, 90 and 70. RGB value is (172,144,112). Sum of RGB (Red+Green+Blue) = 172+144+112=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9070 is #536F8F. Grayscale: #949494. Windows color (decimal): -5468048 or 7377068. OLE color: 7377068.

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

Color convert

RGB 172 144 112 -
CMYK 0 0.16 0.35 0.33
HSL 32º 0.27% 0.56% -
HSV(B) 32º 0.35% 0.67% -
XYZ 29.91 29.89 19.52 -
YUV 148.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 172 144 112 0 0.16 0.35 0.33 32 0.27 0.56
Hex AC 90 70 0 10 23 21 20 1B 38
Octal 254 220 160 0 20 43 41 40 33 70
Binary 10101100 10010000 1110000 0 10000 100011 100001 100000 11011 111000

Color Harmonies of #AC9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9070

Black with #AC9070

Text Example


Text Example

White with #AC9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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