#AE8C49

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

Shades of Turmeric #AE8C49

Tints of Turmeric #AE8C49

Color information

#AE8C49 (or 0xAE8C49) is unknown color: approx Turmeric. HEX triplet: AE, 8C and 49. RGB value is (174,140,73). Sum of RGB (Red+Green+Blue) = 174+140+73=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C49 is #5173B6. Grayscale: #8E8E8E. Windows color (decimal): -5338039 or 4820142. OLE color: 4820142.

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

Color convert

RGB17414073-
CMYK00.200.580.32
HSL39.8º40.89%48.43%-
HSV(B)39.8º58.05%68.24%-
XYZ28.0428.2410.28-
YUV142.5388.76150.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=44.96%
G=36.18%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741407300.200.580.3239.840.8948.43
HexAE8C490143A20282930
Octal2562141110247240505160
Binary10101110100011001001001010100111010100000101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C49; }

 p { color: rgb(174,140,73); }

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

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

 a { background-color: rgb(174,140,73); }

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

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

 span { border-color: rgb(174,140,73); }

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