#AC9043

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

Shades of Turmeric #AC9043

Tints of Turmeric #AC9043

Color information

#AC9043 (or 0xAC9043) is unknown color: approx Turmeric. HEX triplet: AC, 90 and 43. RGB value is (172,144,67). Sum of RGB (Red+Green+Blue) = 172+144+67=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9043 is #536FBC. Grayscale: #8F8F8F. Windows color (decimal): -5468093 or 4427948. OLE color: 4427948.

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

Color convert

RGB17214467-
CMYK00.160.610.33
HSL44º43.93%46.86%-
HSV(B)44º61.05%67.45%-
XYZ2829.129.46-
YUV143.5984.78148.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 67 (26.56% from 255) = 17.49%
R=44.91%
G=37.60%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721446700.160.610.334443.9346.86
HexAC90430103D212c2c2f
Octal2542201030207541545457
Binary10101100100100001000011010000111101100001101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9043; }

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

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

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

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

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

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

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

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