#A89349

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

Shades of Turmeric #A89349

Tints of Turmeric #A89349

Color information

#A89349 (or 0xA89349) is unknown color: approx Turmeric. HEX triplet: A8, 93 and 49. RGB value is (168,147,73). Sum of RGB (Red+Green+Blue) = 168+147+73=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A89349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89349 is #576CB6. Grayscale: #919191. Windows color (decimal): -5729463 or 4821928. OLE color: 4821928.

HSL color Cylindrical-coordinate representation of color #A89349: hue angle of 46.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A89349 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16814773-
CMYK00.130.570.34
HSL46.74º39.42%47.25%-
HSV(B)46.74º56.55%65.88%-
XYZ27.7829.6710.57-
YUV144.8487.46144.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=43.30%
G=37.89%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681477300.130.570.3446.7439.4247.25
HexA893490D39222f272f
Octal2502231110157142574757
Binary1010100010010011100100101101111001100010101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89349; }

 p { color: rgb(168,147,73); }

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

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

 a { background-color: rgb(168,147,73); }

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

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

 span { border-color: rgb(168,147,73); }

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