#A39548

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

Shades of Turmeric #A39548

Tints of Turmeric #A39548

Color information

#A39548 (or 0xA39548) is unknown color: approx Turmeric. HEX triplet: A3, 95 and 48. RGB value is (163,149,72). Sum of RGB (Red+Green+Blue) = 163+149+72=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39548 is #5C6AB7. Grayscale: #909090. Windows color (decimal): -6056632 or 4756899. OLE color: 4756899.

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

Color convert

RGB16314972-
CMYK00.090.560.36
HSL50.77º38.72%46.08%-
HSV(B)50.77º55.83%63.92%-
XYZ27.0229.7510.45-
YUV144.4187.14141.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=42.45%
G=38.80%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631497200.090.560.3650.7738.7246.08
HexA3954809382433272e
Octal2432251100117044634756
Binary1010001110010101100100001001111000100100110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39548; }

 p { color: rgb(163,149,72); }

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

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

 a { background-color: rgb(163,149,72); }

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

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

 span { border-color: rgb(163,149,72); }

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