#AE8D43

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

Shades of Turmeric #AE8D43

Tints of Turmeric #AE8D43

Color information

#AE8D43 (or 0xAE8D43) is unknown color: approx Turmeric. HEX triplet: AE, 8D and 43. RGB value is (174,141,67). Sum of RGB (Red+Green+Blue) = 174+141+67=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D43 is #5172BC. Grayscale: #8E8E8E. Windows color (decimal): -5337789 or 4427182. OLE color: 4427182.

HSL color Cylindrical-coordinate representation of color #AE8D43: hue angle of 41.5º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE8D43 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17414167-
CMYK00.190.610.32
HSL41.5º44.4%47.25%-
HSV(B)41.5º61.49%68.24%-
XYZ27.9928.459.33-
YUV142.4385.43150.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=45.55%
G=36.91%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741416700.190.610.3241.544.447.25
HexAE8D430133D20292c2f
Octal2562151030237540515457
Binary10101110100011011000011010011111101100000101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D43; }

 p { color: rgb(174,141,67); }

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

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

 a { background-color: rgb(174,141,67); }

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

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

 span { border-color: rgb(174,141,67); }

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