#AE904B

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

Shades of Turmeric #AE904B

Tints of Turmeric #AE904B

Color information

#AE904B (or 0xAE904B) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 4B. RGB value is (174,144,75). Sum of RGB (Red+Green+Blue) = 174+144+75=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE904B is #516FB4. Grayscale: #919191. Windows color (decimal): -5337013 or 4952238. OLE color: 4952238.

HSL color Cylindrical-coordinate representation of color #AE904B: hue angle of 41.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE904B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17414475-
CMYK00.170.570.32
HSL41.82º39.76%48.82%-
HSV(B)41.82º56.9%68.24%-
XYZ28.729.4510.83-
YUV145.188.44148.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=44.27%
G=36.64%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741447500.170.570.3241.8239.7648.82
HexAE904B01139202a2831
Octal2562201130217140525061
Binary10101110100100001001011010001111001100000101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE904B; }

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

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

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

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

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

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

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

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