#A5904A

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

Shades of Turmeric #A5904A

Tints of Turmeric #A5904A

Color information

#A5904A (or 0xA5904A) is unknown color: approx Turmeric. HEX triplet: A5, 90 and 4A. RGB value is (165,144,74). Sum of RGB (Red+Green+Blue) = 165+144+74=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A5904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5904A is #5A6FB5. Grayscale: #8E8E8E. Windows color (decimal): -5926838 or 4886693. OLE color: 4886693.

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

Color convert

RGB16514474-
CMYK00.130.550.35
HSL46.15º38.08%46.86%-
HSV(B)46.15º55.15%64.71%-
XYZ26.7328.4410.56-
YUV142.389.46144.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=43.08%
G=37.60%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651447400.130.550.3546.1538.0846.86
HexA5904A0D37232e262f
Octal2452201120156743564657
Binary1010010110010000100101001101110111100011101110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5904A; }

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

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

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

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

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

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

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

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