#A69547

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

Shades of Turmeric #A69547

Tints of Turmeric #A69547

Color information

#A69547 (or 0xA69547) is unknown color: approx Turmeric. HEX triplet: A6, 95 and 47. RGB value is (166,149,71). Sum of RGB (Red+Green+Blue) = 166+149+71=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69547 is #596AB8. Grayscale: #919191. Windows color (decimal): -5860025 or 4691366. OLE color: 4691366.

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

Color convert

RGB16614971-
CMYK00.100.570.35
HSL49.26º40.08%46.47%-
HSV(B)49.26º57.23%65.1%-
XYZ27.6130.0610.31-
YUV145.1986.13142.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=43.01%
G=38.60%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661497100.100.570.3549.2640.0846.47
HexA695470A392331282e
Octal2462251070127143615056
Binary1010011010010101100011101010111001100011110001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69547; }

 p { color: rgb(166,149,71); }

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

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

 a { background-color: rgb(166,149,71); }

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

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

 span { border-color: rgb(166,149,71); }

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