#AC914B

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

Shades of Turmeric #AC914B

Tints of Turmeric #AC914B

Color information

#AC914B (or 0xAC914B) is unknown color: approx Turmeric. HEX triplet: AC, 91 and 4B. RGB value is (172,145,75). Sum of RGB (Red+Green+Blue) = 172+145+75=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC914B is #536EB4. Grayscale: #919191. Windows color (decimal): -5467829 or 4952492. OLE color: 4952492.

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

Color convert

RGB17214575-
CMYK00.160.560.33
HSL43.3º39.27%48.43%-
HSV(B)43.3º56.4%67.45%-
XYZ28.4129.5310.86-
YUV145.0988.45147.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=43.88%
G=36.99%
B=19.13%

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
Decimal1721457500.160.560.3343.339.2748.43
HexAC914B01038212b2730
Octal2542211130207041534760
Binary10101100100100011001011010000111000100001101011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC914B; }

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

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

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

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

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

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

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

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