#A65F45

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

Shades of Tuscany #A65F45

Tints of Tuscany #A65F45

Color information

#A65F45 (or 0xA65F45) is unknown color: approx Tuscany. HEX triplet: A6, 5F and 45. RGB value is (166,95,69). Sum of RGB (Red+Green+Blue) = 166+95+69=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F45 is #59A0BA. Grayscale: #717171. Windows color (decimal): -5873851 or 4546470. OLE color: 4546470.

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

Color convert

RGB1669569-
CMYK00.430.580.35
HSL16.08º41.28%46.08%-
HSV(B)16.08º58.43%65.1%-
XYZ20.8916.727.76-
YUV113.26103.02165.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=50.30%
G=28.79%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166956900.430.580.3516.0841.2846.08
HexA65F4502B3A2310292e
Octal2461371050537243205156
Binary1010011010111111000101010101111101010001110000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F45; }

 p { color: rgb(166,95,69); }

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

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

 a { background-color: rgb(166,95,69); }

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

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

 span { border-color: rgb(166,95,69); }

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