#AE8D48

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

Shades of Turmeric #AE8D48

Tints of Turmeric #AE8D48

Color information

#AE8D48 (or 0xAE8D48) is unknown color: approx Turmeric. HEX triplet: AE, 8D and 48. RGB value is (174,141,72). Sum of RGB (Red+Green+Blue) = 174+141+72=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D48 is #5172B7. Grayscale: #8F8F8F. Windows color (decimal): -5337784 or 4754862. OLE color: 4754862.

HSL color Cylindrical-coordinate representation of color #AE8D48: hue angle of 40.59º 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 #AE8D48 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17414172-
CMYK00.190.590.32
HSL40.59º41.46%48.24%-
HSV(B)40.59º58.62%68.24%-
XYZ28.1528.5210.15-
YUV14387.93150.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=44.96%
G=36.43%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741417200.190.590.3240.5941.4648.24
HexAE8D480133B20292930
Octal2562151100237340515160
Binary10101110100011011001000010011111011100000101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D48; }

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

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

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

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

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

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

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

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