#AE9246

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

Shades of Turmeric #AE9246

Tints of Turmeric #AE9246

Color information

#AE9246 (or 0xAE9246) is unknown color: approx Turmeric. HEX triplet: AE, 92 and 46. RGB value is (174,146,70). Sum of RGB (Red+Green+Blue) = 174+146+70=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9246 is #516DB9. Grayscale: #929292. Windows color (decimal): -5336506 or 4625070. OLE color: 4625070.

HSL color Cylindrical-coordinate representation of color #AE9246: hue angle of 43.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9246 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17414670-
CMYK00.160.600.32
HSL43.85º42.62%47.84%-
HSV(B)43.85º59.77%68.24%-
XYZ28.843010.06-
YUV145.7185.28148.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=44.62%
G=37.44%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741467000.160.600.3243.8542.6247.84
HexAE92460103C202c2b30
Octal2562221060207440545360
Binary10101110100100101000110010000111100100000101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9246; }

 p { color: rgb(174,146,70); }

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

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

 a { background-color: rgb(174,146,70); }

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

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

 span { border-color: rgb(174,146,70); }

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