Html Css Color HEX #AC9074 Mongoose

📋 copy color: '#AC9074'

red 172 ◦ green 144 ◦ blue 116

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

Shades of Mongoose #AC9074

Tints of Mongoose #AC9074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 39.81%
G = 33.33%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9074 (or 0xAC9074) is known color: Mongoose. HEX triplet: AC, 90 and 74. RGB value is (172,144,116). Sum of RGB (Red+Green+Blue) = 172+144+116=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9074 is #536F8B. Grayscale: #959595. Windows color (decimal): -5468044 or 7639212. OLE color: 7639212.

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

Color convert

RGB 172 144 116 -
CMYK 0 0.16 0.33 0.33
HSL 30º 0.25% 0.56% -
HSV(B) 30º 0.33% 0.67% -
XYZ 30.14 29.98 20.72 -
YUV 149.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 172 144 116 0 0.16 0.33 0.33 30 0.25 0.56
Hex AC 90 74 0 10 21 21 1E 19 38
Octal 254 220 164 0 20 41 41 36 31 70
Binary 10101100 10010000 1110100 0 10000 100001 100001 11110 11001 111000

Color Harmonies of #AC9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9074

Black with #AC9074

Text Example


Text Example

White with #AC9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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