Html Css Color HEX #AC9072 Mongoose

📋 copy color: '#AC9072'

red 172 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #AC9072

Tints of Mongoose #AC9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 40%
G = 33.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC9072 (or 0xAC9072) is known color: Mongoose. HEX triplet: AC, 90 and 72. RGB value is (172,144,114). Sum of RGB (Red+Green+Blue) = 172+144+114=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9072 is #536F8D. Grayscale: #959595. Windows color (decimal): -5468046 or 7508140. OLE color: 7508140.

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

Color convert

RGB 172 144 114 -
CMYK 0 0.16 0.34 0.33
HSL 31.03º 0.26% 0.56% -
HSV(B) 31.03º 0.34% 0.67% -
XYZ 30.02 29.93 20.11 -
YUV 148.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 172 144 114 0 0.16 0.34 0.33 31.03 0.26 0.56
Hex AC 90 72 0 10 22 21 1F 1A 38
Octal 254 220 162 0 20 42 41 37 32 70
Binary 10101100 10010000 1110010 0 10000 100010 100001 11111 11010 111000

Color Harmonies of #AC9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9072

Black with #AC9072

Text Example


Text Example

White with #AC9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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