#AE9048

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

Shades of Turmeric #AE9048

Tints of Turmeric #AE9048

Color information

#AE9048 (or 0xAE9048) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 48. RGB value is (174,144,72). Sum of RGB (Red+Green+Blue) = 174+144+72=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9048 is #516FB7. Grayscale: #919191. Windows color (decimal): -5337016 or 4755630. OLE color: 4755630.

HSL color Cylindrical-coordinate representation of color #AE9048: hue angle of 42.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE9048 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17414472-
CMYK00.170.590.32
HSL42.35º41.46%48.24%-
HSV(B)42.35º58.62%68.24%-
XYZ28.629.4110.3-
YUV144.7686.94148.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=44.62%
G=36.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741447200.170.590.3242.3541.4648.24
HexAE90480113B202a2930
Octal2562201100217340525160
Binary10101110100100001001000010001111011100000101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9048; }

 p { color: rgb(174,144,72); }

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

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

 a { background-color: rgb(174,144,72); }

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

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

 span { border-color: rgb(174,144,72); }

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