Html Css Color HEX #AC8D49 Turmeric

📋 copy color: '#AC8D49'

red 172 ◦ green 141 ◦ blue 73

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

Shades of Turmeric #AC8D49

Tints of Turmeric #AC8D49

RGB

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

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

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

R = 44.56%
G = 36.53%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC8D49 (or 0xAC8D49) is known color: Turmeric. HEX triplet: AC, 8D and 49. RGB value is (172,141,73). Sum of RGB (Red+Green+Blue) = 172+141+73=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D49 is #5372B6. Grayscale: #8E8E8E. Windows color (decimal): -5468855 or 4820396. OLE color: 4820396.

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

Color convert

RGB 172 141 73 -
CMYK 0 0.18 0.58 0.33
HSL 41.21º 0.4% 0.48% -
HSV(B) 41.21º 0.58% 0.67% -
XYZ 27.74 28.3 10.3 -
YUV 142.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 172 141 73 0 0.18 0.58 0.33 41.21 0.4 0.48
Hex AC 8D 49 0 12 3A 21 29 28 30
Octal 254 215 111 0 22 72 41 51 50 60
Binary 10101100 10001101 1001001 0 10010 111010 100001 101001 101000 110000

Color Harmonies of #AC8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D49

Black with #AC8D49

Text Example


Text Example

White with #AC8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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