Html Css Color HEX #AC9274 Mongoose

📋 copy color: '#AC9274'

red 172 ◦ green 146 ◦ blue 116

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

Shades of Mongoose #AC9274

Tints of Mongoose #AC9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 39.63%
G = 33.64%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9274 (or 0xAC9274) is known color: Mongoose. HEX triplet: AC, 92 and 74. RGB value is (172,146,116). Sum of RGB (Red+Green+Blue) = 172+146+116=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9274 is #536D8B. Grayscale: #969696. Windows color (decimal): -5467532 or 7639724. OLE color: 7639724.

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

Color convert

RGB 172 146 116 -
CMYK 0 0.15 0.33 0.33
HSL 32.14º 0.25% 0.56% -
HSV(B) 32.14º 0.33% 0.67% -
XYZ 30.44 30.59 20.82 -
YUV 150.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 172 146 116 0 0.15 0.33 0.33 32.14 0.25 0.56
Hex AC 92 74 0 F 21 21 20 19 38
Octal 254 222 164 0 17 41 41 40 31 70
Binary 10101100 10010010 1110100 0 1111 100001 100001 100000 11001 111000

Color Harmonies of #AC9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9274

Black with #AC9274

Text Example


Text Example

White with #AC9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9274; }

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

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

background-color css

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

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

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

border-color css

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

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

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