#A39745

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

Shades of Turmeric #A39745

Tints of Turmeric #A39745

Color information

#A39745 (or 0xA39745) is unknown color: approx Turmeric. HEX triplet: A3, 97 and 45. RGB value is (163,151,69). Sum of RGB (Red+Green+Blue) = 163+151+69=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39745 is #5C68BA. Grayscale: #919191. Windows color (decimal): -6056123 or 4560803. OLE color: 4560803.

HSL color Cylindrical-coordinate representation of color #A39745: hue angle of 52.34º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A39745 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16315169-
CMYK00.070.580.36
HSL52.34º40.52%45.49%-
HSV(B)52.34º57.67%63.92%-
XYZ27.2530.3510.05-
YUV145.2484.98140.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=42.56%
G=39.43%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631516900.070.580.3652.3440.5245.49
HexA39745073A2434292d
Octal243227105077244645155
Binary101000111001011110001010111111010100100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39745; }

 p { color: rgb(163,151,69); }

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

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

 a { background-color: rgb(163,151,69); }

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

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

 span { border-color: rgb(163,151,69); }

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