#A5904D

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

Shades of Turmeric #A5904D

Tints of Turmeric #A5904D

Color information

#A5904D (or 0xA5904D) is unknown color: approx Turmeric. HEX triplet: A5, 90 and 4D. RGB value is (165,144,77). Sum of RGB (Red+Green+Blue) = 165+144+77=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5904D is #5A6FB2. Grayscale: #8E8E8E. Windows color (decimal): -5926835 or 5083301. OLE color: 5083301.

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

Color convert

RGB16514477-
CMYK00.130.530.35
HSL45.68º36.36%47.45%-
HSV(B)45.68º53.33%64.71%-
XYZ26.8328.4811.1-
YUV142.6490.96143.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=42.75%
G=37.31%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651447700.130.530.3545.6836.3647.45
HexA5904D0D35232e242f
Octal2452201150156543564457
Binary1010010110010000100110101101110101100011101110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5904D; }

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

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

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

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

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

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

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

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