#AE923E

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

Shades of Turmeric #AE923E

Tints of Turmeric #AE923E

Color information

#AE923E (or 0xAE923E) is unknown color: approx Turmeric. HEX triplet: AE, 92 and 3E. RGB value is (174,146,62). Sum of RGB (Red+Green+Blue) = 174+146+62=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE923E is #516DC1. Grayscale: #919191. Windows color (decimal): -5336514 or 4100782. OLE color: 4100782.

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

Color convert

RGB17414662-
CMYK00.160.640.32
HSL45º47.46%46.27%-
HSV(B)45º64.37%68.24%-
XYZ28.629.98.82-
YUV144.881.28148.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=45.55%
G=38.22%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741466200.160.640.324547.4646.27
HexAE923E01040202d2f2e
Octal2562227602010040555756
Binary10101110100100101111100100001000000100000101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE923E; }

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

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

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

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

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

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

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

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