#A5904C

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

Shades of Turmeric #A5904C

Tints of Turmeric #A5904C

Color information

#A5904C (or 0xA5904C) is unknown color: approx Turmeric. HEX triplet: A5, 90 and 4C. RGB value is (165,144,76). Sum of RGB (Red+Green+Blue) = 165+144+76=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5904C is #5A6FB3. Grayscale: #8E8E8E. Windows color (decimal): -5926836 or 5017765. OLE color: 5017765.

HSL color Cylindrical-coordinate representation of color #A5904C: hue angle of 45.84º 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 #A5904C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16514476-
CMYK00.130.540.35
HSL45.84º36.93%47.25%-
HSV(B)45.84º53.94%64.71%-
XYZ26.7928.4710.92-
YUV142.5390.46144.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=42.86%
G=37.40%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651447600.130.540.3545.8436.9347.25
HexA5904C0D36232e252f
Octal2452201140156643564557
Binary1010010110010000100110001101110110100011101110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5904C; }

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

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

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

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

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

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

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

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