Html Css Color HEX #AC8C49 Turmeric

📋 copy color: '#AC8C49'

red 172 ◦ green 140 ◦ blue 73

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

Shades of Turmeric #AC8C49

Tints of Turmeric #AC8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 44.68%
G = 36.36%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC8C49 (or 0xAC8C49) is known color: Turmeric. HEX triplet: AC, 8C and 49. RGB value is (172,140,73). Sum of RGB (Red+Green+Blue) = 172+140+73=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C49 is #5373B6. Grayscale: #8E8E8E. Windows color (decimal): -5469111 or 4820140. OLE color: 4820140.

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

Color convert

RGB 172 140 73 -
CMYK 0 0.19 0.58 0.33
HSL 40.61º 0.4% 0.48% -
HSV(B) 40.61º 0.58% 0.67% -
XYZ 27.59 28.01 10.26 -
YUV 141.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 172 140 73 0 0.19 0.58 0.33 40.61 0.4 0.48
Hex AC 8C 49 0 13 3A 21 29 28 30
Octal 254 214 111 0 23 72 41 51 50 60
Binary 10101100 10001100 1001001 0 10011 111010 100001 101001 101000 110000

Color Harmonies of #AC8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C49

Black with #AC8C49

Text Example


Text Example

White with #AC8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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