#AC9A40

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

Shades of Turmeric #AC9A40

Tints of Turmeric #AC9A40

Color information

#AC9A40 (or 0xAC9A40) is unknown color: approx Turmeric. HEX triplet: AC, 9A and 40. RGB value is (172,154,64). Sum of RGB (Red+Green+Blue) = 172+154+64=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A40 is #5365BF. Grayscale: #959595. Windows color (decimal): -5465536 or 4233900. OLE color: 4233900.

HSL color Cylindrical-coordinate representation of color #AC9A40: hue angle of 50º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9A40 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17215464-
CMYK00.100.630.33
HSL50º45.76%46.27%-
HSV(B)50º62.79%67.45%-
XYZ29.4932.259.52-
YUV149.1279.96144.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=44.10%
G=39.49%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721546400.100.630.335045.7646.27
HexAC9A400A3F21322e2e
Octal2542321000127741625656
Binary1010110010011010100000001010111111100001110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A40; }

 p { color: rgb(172,154,64); }

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

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

 a { background-color: rgb(172,154,64); }

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

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

 span { border-color: rgb(172,154,64); }

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