Html Css Color HEX #AC9247 Turmeric

📋 copy color: '#AC9247'

red 172 ◦ green 146 ◦ blue 71

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

Shades of Turmeric #AC9247

Tints of Turmeric #AC9247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.25%

R = 44.22%
G = 37.53%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9247 (or 0xAC9247) is known color: Turmeric. HEX triplet: AC, 92 and 47. RGB value is (172,146,71). Sum of RGB (Red+Green+Blue) = 172+146+71=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9247 is #536DB8. Grayscale: #919191. Windows color (decimal): -5467577 or 4690604. OLE color: 4690604.

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

Color convert

RGB 172 146 71 -
CMYK 0 0.15 0.59 0.33
HSL 44.55º 0.42% 0.48% -
HSV(B) 44.55º 0.59% 0.67% -
XYZ 28.43 29.78 10.21 -
YUV 145.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 172 146 71 0 0.15 0.59 0.33 44.55 0.42 0.48
Hex AC 92 47 0 F 3B 21 2D 2A 30
Octal 254 222 107 0 17 73 41 55 52 60
Binary 10101100 10010010 1000111 0 1111 111011 100001 101101 101010 110000

Color Harmonies of #AC9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9247

Black with #AC9247

Text Example


Text Example

White with #AC9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9247; }

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

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

background-color css

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

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

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

border-color css

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

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

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