#A59148

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

Shades of Turmeric #A59148

Tints of Turmeric #A59148

Color information

#A59148 (or 0xA59148) is unknown color: approx Turmeric. HEX triplet: A5, 91 and 48. RGB value is (165,145,72). Sum of RGB (Red+Green+Blue) = 165+145+72=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A59148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59148 is #5A6EB7. Grayscale: #8E8E8E. Windows color (decimal): -5926584 or 4755877. OLE color: 4755877.

HSL color Cylindrical-coordinate representation of color #A59148: hue angle of 47.1º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A59148 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16514572-
CMYK00.120.560.35
HSL47.1º39.24%46.47%-
HSV(B)47.1º56.36%64.71%-
XYZ26.8128.7210.26-
YUV142.6688.13143.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=43.19%
G=37.96%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651457200.120.560.3547.139.2446.47
HexA591480C38232f272e
Octal2452211100147043574756
Binary1010010110010001100100001100111000100011101111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59148; }

 p { color: rgb(165,145,72); }

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

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

 a { background-color: rgb(165,145,72); }

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

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

 span { border-color: rgb(165,145,72); }

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