#AE903D

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

Shades of Turmeric #AE903D

Tints of Turmeric #AE903D

Color information

#AE903D (or 0xAE903D) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 3D. RGB value is (174,144,61). Sum of RGB (Red+Green+Blue) = 174+144+61=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE903D is #516FC2. Grayscale: #8F8F8F. Windows color (decimal): -5337027 or 4034734. OLE color: 4034734.

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

Color convert

RGB17414461-
CMYK00.170.650.32
HSL44.07º48.09%46.08%-
HSV(B)44.07º64.94%68.24%-
XYZ28.2729.288.58-
YUV143.5181.44149.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=45.91%
G=37.99%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741446100.170.650.3244.0748.0946.08
HexAE903D01141202c302e
Octal2562207502110140546056
Binary10101110100100001111010100011000001100000101100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE903D; }

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

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

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

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

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

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

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

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