#A58E4C

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

Shades of Turmeric #A58E4C

Tints of Turmeric #A58E4C

Color information

#A58E4C (or 0xA58E4C) is unknown color: approx Turmeric. HEX triplet: A5, 8E and 4C. RGB value is (165,142,76). Sum of RGB (Red+Green+Blue) = 165+142+76=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E4C is #5A71B3. Grayscale: #8D8D8D. Windows color (decimal): -5927348 or 5017253. OLE color: 5017253.

HSL color Cylindrical-coordinate representation of color #A58E4C: hue angle of 44.49º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A58E4C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16514276-
CMYK00.140.540.35
HSL44.49º36.93%47.25%-
HSV(B)44.49º53.94%64.71%-
XYZ26.4927.8710.82-
YUV141.3591.12144.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=43.08%
G=37.08%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651427600.140.540.3544.4936.9347.25
HexA58E4C0E36232c252f
Octal2452161140166643544557
Binary1010010110001110100110001110110110100011101100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E4C; }

 p { color: rgb(165,142,76); }

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

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

 a { background-color: rgb(165,142,76); }

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

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

 span { border-color: rgb(165,142,76); }

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