#AC8E43

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

Shades of Turmeric #AC8E43

Tints of Turmeric #AC8E43

Color information

#AC8E43 (or 0xAC8E43) is unknown color: approx Turmeric. HEX triplet: AC, 8E and 43. RGB value is (172,142,67). Sum of RGB (Red+Green+Blue) = 172+142+67=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E43 is #5371BC. Grayscale: #8E8E8E. Windows color (decimal): -5468605 or 4427436. OLE color: 4427436.

HSL color Cylindrical-coordinate representation of color #AC8E43: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC8E43 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17214267-
CMYK00.170.610.33
HSL42.86º43.93%46.86%-
HSV(B)42.86º61.05%67.45%-
XYZ27.728.529.36-
YUV142.4285.44149.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=45.14%
G=37.27%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721426700.170.610.3342.8643.9346.86
HexAC8E430113D212b2c2f
Octal2542161030217541535457
Binary10101100100011101000011010001111101100001101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E43; }

 p { color: rgb(172,142,67); }

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

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

 a { background-color: rgb(172,142,67); }

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

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

 span { border-color: rgb(172,142,67); }

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