#AC904B

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

Shades of Turmeric #AC904B

Tints of Turmeric #AC904B

Color information

#AC904B (or 0xAC904B) is unknown color: approx Turmeric. HEX triplet: AC, 90 and 4B. RGB value is (172,144,75). Sum of RGB (Red+Green+Blue) = 172+144+75=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC904B is #536FB4. Grayscale: #909090. Windows color (decimal): -5468085 or 4952236. OLE color: 4952236.

HSL color Cylindrical-coordinate representation of color #AC904B: hue angle of 42.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC904B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17214475-
CMYK00.160.560.33
HSL42.68º39.27%48.43%-
HSV(B)42.68º56.4%67.45%-
XYZ28.2629.2310.81-
YUV144.5188.78147.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=43.99%
G=36.83%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721447500.160.560.3342.6839.2748.43
HexAC904B01038212b2730
Octal2542201130207041534760
Binary10101100100100001001011010000111000100001101011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC904B; }

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

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

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

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

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

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

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

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