#AE953E

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

Shades of Turmeric #AE953E

Tints of Turmeric #AE953E

Color information

#AE953E (or 0xAE953E) is unknown color: approx Turmeric. HEX triplet: AE, 95 and 3E. RGB value is (174,149,62). Sum of RGB (Red+Green+Blue) = 174+149+62=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE953E is #516AC1. Grayscale: #929292. Windows color (decimal): -5335746 or 4101550. OLE color: 4101550.

HSL color Cylindrical-coordinate representation of color #AE953E: hue angle of 46.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE953E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17414962-
CMYK00.140.640.32
HSL46.61º47.46%46.27%-
HSV(B)46.61º64.37%68.24%-
XYZ29.0730.848.98-
YUV146.5680.28147.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=45.19%
G=38.70%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741496200.140.640.3246.6147.4646.27
HexAE953E0E40202f2f2e
Octal2562257601610040575756
Binary1010111010010101111110011101000000100000101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE953E; }

 p { color: rgb(174,149,62); }

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

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

 a { background-color: rgb(174,149,62); }

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

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

 span { border-color: rgb(174,149,62); }

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