#AE8B44

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

Shades of Turmeric #AE8B44

Tints of Turmeric #AE8B44

Color information

#AE8B44 (or 0xAE8B44) is unknown color: approx Turmeric. HEX triplet: AE, 8B and 44. RGB value is (174,139,68). Sum of RGB (Red+Green+Blue) = 174+139+68=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B44 is #5174BB. Grayscale: #8D8D8D. Windows color (decimal): -5338300 or 4492206. OLE color: 4492206.

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

Color convert

RGB17413968-
CMYK00.200.610.32
HSL40.19º43.8%47.45%-
HSV(B)40.19º60.92%68.24%-
XYZ27.7327.889.39-
YUV141.3786.6151.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=45.67%
G=36.48%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741396800.200.610.3240.1943.847.45
HexAE8B440143D20282c2f
Octal2562131040247540505457
Binary10101110100010111000100010100111101100000101000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B44; }

 p { color: rgb(174,139,68); }

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

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

 a { background-color: rgb(174,139,68); }

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

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

 span { border-color: rgb(174,139,68); }

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