Html Css Color HEX #AC8D47 Turmeric

📋 copy color: '#AC8D47'

red 172 ◦ green 141 ◦ blue 71

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

Shades of Turmeric #AC8D47

Tints of Turmeric #AC8D47

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 44.79%
G = 36.72%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC8D47 (or 0xAC8D47) is known color: Turmeric. HEX triplet: AC, 8D and 47. RGB value is (172,141,71). Sum of RGB (Red+Green+Blue) = 172+141+71=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D47 is #5372B8. Grayscale: #8E8E8E. Windows color (decimal): -5468857 or 4689324. OLE color: 4689324.

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

Color convert

RGB 172 141 71 -
CMYK 0 0.18 0.59 0.33
HSL 41.58º 0.42% 0.48% -
HSV(B) 41.58º 0.59% 0.67% -
XYZ 27.68 28.28 9.96 -
YUV 142.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 172 141 71 0 0.18 0.59 0.33 41.58 0.42 0.48
Hex AC 8D 47 0 12 3B 21 2A 2A 30
Octal 254 215 107 0 22 73 41 52 52 60
Binary 10101100 10001101 1000111 0 10010 111011 100001 101010 101010 110000

Color Harmonies of #AC8D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D47

Black with #AC8D47

Text Example


Text Example

White with #AC8D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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