#a89545

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

Shades of Turmeric #A89545

Tints of Turmeric #A89545

Color information

#A89545 (or 0xA89545) is unknown color: approx Turmeric. HEX triplet: A8, 95 and 45. RGB value is (168,149,69). Sum of RGB (Red+Green+Blue) = 168+149+69=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89545 is #576ABA. Grayscale: #919191. Windows color (decimal): -5728955 or 4560296. OLE color: 4560296.

HSL color Cylindrical-coordinate representation of color #A89545: hue angle of 48.48º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A89545 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16814969-
CMYK00.110.590.34
HSL48.48º41.77%46.47%-
HSV(B)48.48º58.93%65.88%-
XYZ27.9730.259.99-
YUV145.5684.79144-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=43.52%
G=38.60%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681496900.110.590.3448.4841.7746.47
HexA895450B3B22302a2e
Octal2502251050137342605256
Binary1010100010010101100010101011111011100010110000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89545; }

 p { color: rgb(168,149,69); }

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

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

 a { background-color: rgb(168,149,69); }

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

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

 span { border-color: rgb(168,149,69); }

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