Html Css Color HEX #AC9249 Turmeric

📋 copy color: '#AC9249'

red 172 ◦ green 146 ◦ blue 73

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

Shades of Turmeric #AC9249

Tints of Turmeric #AC9249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 43.99%
G = 37.34%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9249 (or 0xAC9249) is known color: Turmeric. HEX triplet: AC, 92 and 49. RGB value is (172,146,73). Sum of RGB (Red+Green+Blue) = 172+146+73=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9249 is #536DB6. Grayscale: #919191. Windows color (decimal): -5467575 or 4821676. OLE color: 4821676.

HSL color Cylindrical-coordinate representation of color #AC9249: hue angle of 44.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9249 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 73 -
CMYK 0 0.15 0.58 0.33
HSL 44.24º 0.4% 0.48% -
HSV(B) 44.24º 0.58% 0.67% -
XYZ 28.49 29.81 10.56 -
YUV 145.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 172 146 73 0 0.15 0.58 0.33 44.24 0.4 0.48
Hex AC 92 49 0 F 3A 21 2C 28 30
Octal 254 222 111 0 17 72 41 54 50 60
Binary 10101100 10010010 1001001 0 1111 111010 100001 101100 101000 110000

Color Harmonies of #AC9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9249

Black with #AC9249

Text Example


Text Example

White with #AC9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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