#ae973b

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

Shades of Turmeric #AE973B

Tints of Turmeric #AE973B

Color information

#AE973B (or 0xAE973B) is unknown color: approx Turmeric. HEX triplet: AE, 97 and 3B. RGB value is (174,151,59). Sum of RGB (Red+Green+Blue) = 174+151+59=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE973B is #5168C4. Grayscale: #939393. Windows color (decimal): -5335237 or 3905454. OLE color: 3905454.

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

Color convert

RGB17415159-
CMYK00.130.660.32
HSL48º49.36%45.69%-
HSV(B)48º66.09%68.24%-
XYZ29.3131.458.66-
YUV147.3978.12146.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 59 (23.44% from 255) = 15.36%
R=45.31%
G=39.32%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741515900.130.660.324849.3645.69
HexAE973B0D422030312e
Octal2562277301510240606156
Binary1010111010010111111011011011000010100000110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae973b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae973b; }

 p { color: rgb(174,151,59); }

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

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

 a { background-color: rgb(174,151,59); }

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

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

 span { border-color: rgb(174,151,59); }

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