#AC8B49

Color #AC8B49 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AC8B49

Tints of Turmeric #AC8B49

Color information

#AC8B49 (or 0xAC8B49) is unknown color: approx Turmeric. HEX triplet: AC, 8B and 49. RGB value is (172,139,73). Sum of RGB (Red+Green+Blue) = 172+139+73=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B49 is #5374B6. Grayscale: #8D8D8D. Windows color (decimal): -5469367 or 4819884. OLE color: 4819884.

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

Color convert

RGB17213973-
CMYK00.190.580.33
HSL40º40.41%48.04%-
HSV(B)40º57.56%67.45%-
XYZ27.4527.7210.21-
YUV141.3489.43149.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 73 (28.91% from 255) = 19.01%
R=44.79%
G=36.20%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721397300.190.580.334040.4148.04
HexAC8B490133A21282830
Octal2542131110237241505060
Binary10101100100010111001001010011111010100001101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B49; }

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

 H1.HeaderClassName
 {
   color: #AC8B49;
 }
 .AnyTagClassName
 {
   color: #AC8B49;
 }
</style>
background-color css

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

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

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

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

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

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