#AE963E

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

Shades of Turmeric #AE963E

Tints of Turmeric #AE963E

Color information

#AE963E (or 0xAE963E) is unknown color: approx Turmeric. HEX triplet: AE, 96 and 3E. RGB value is (174,150,62). Sum of RGB (Red+Green+Blue) = 174+150+62=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE963E is #5169C1. Grayscale: #939393. Windows color (decimal): -5335490 or 4101806. OLE color: 4101806.

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

Color convert

RGB17415062-
CMYK00.140.640.32
HSL47.14º47.46%46.27%-
HSV(B)47.14º64.37%68.24%-
XYZ29.2331.169.03-
YUV147.1479.95147.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=45.08%
G=38.86%
B=16.06%

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
Decimal1741506200.140.640.3247.1447.4646.27
HexAE963E0E40202f2f2e
Octal2562267601610040575756
Binary1010111010010110111110011101000000100000101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE963E; }

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

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

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

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

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

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

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

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