#AE933D

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

Shades of Turmeric #AE933D

Tints of Turmeric #AE933D

Color information

#AE933D (or 0xAE933D) is unknown color: approx Turmeric. HEX triplet: AE, 93 and 3D. RGB value is (174,147,61). Sum of RGB (Red+Green+Blue) = 174+147+61=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE933D is #516CC2. Grayscale: #919191. Windows color (decimal): -5336259 or 4035502. OLE color: 4035502.

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

Color convert

RGB17414761-
CMYK00.160.650.32
HSL45.66º48.09%46.08%-
HSV(B)45.66º64.94%68.24%-
XYZ28.7330.28.73-
YUV145.2780.45148.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=45.55%
G=38.48%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741476100.160.650.3245.6648.0946.08
HexAE933D01041202e302e
Octal2562237502010140566056
Binary10101110100100111111010100001000001100000101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE933D; }

 p { color: rgb(174,147,61); }

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

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

 a { background-color: rgb(174,147,61); }

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

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

 span { border-color: rgb(174,147,61); }

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