#AE943C

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

Shades of Turmeric #AE943C

Tints of Turmeric #AE943C

Color information

#AE943C (or 0xAE943C) is unknown color: approx Turmeric. HEX triplet: AE, 94 and 3C. RGB value is (174,148,60). Sum of RGB (Red+Green+Blue) = 174+148+60=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE943C is #516BC3. Grayscale: #929292. Windows color (decimal): -5336004 or 3970222. OLE color: 3970222.

HSL color Cylindrical-coordinate representation of color #AE943C: hue angle of 46.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE943C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17414860-
CMYK00.150.660.32
HSL46.32º48.72%45.88%-
HSV(B)46.32º65.52%68.24%-
XYZ28.8630.58.64-
YUV145.7479.61148.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 60 (23.83% from 255) = 15.71%
R=45.55%
G=38.74%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741486000.150.660.3246.3248.7245.88
HexAE943C0F42202e312e
Octal2562247401710240566156
Binary1010111010010100111100011111000010100000101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE943C; }

 p { color: rgb(174,148,60); }

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

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

 a { background-color: rgb(174,148,60); }

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

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

 span { border-color: rgb(174,148,60); }

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