#AE903C

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

Shades of Turmeric #AE903C

Tints of Turmeric #AE903C

Color information

#AE903C (or 0xAE903C) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 3C. RGB value is (174,144,60). Sum of RGB (Red+Green+Blue) = 174+144+60=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE903C is #516FC3. Grayscale: #8F8F8F. Windows color (decimal): -5337028 or 3969198. OLE color: 3969198.

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

Color convert

RGB17414460-
CMYK00.170.660.32
HSL44.21º48.72%45.88%-
HSV(B)44.21º65.52%68.24%-
XYZ28.2429.278.44-
YUV143.3980.94149.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 60 (23.83% from 255) = 15.87%
R=46.03%
G=38.10%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741446000.170.660.3244.2148.7245.88
HexAE903C01142202c312e
Octal2562207402110240546156
Binary10101110100100001111000100011000010100000101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE903C; }

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

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

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

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

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

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

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

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