#A65D45

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

Shades of Tuscany #A65D45

Tints of Tuscany #A65D45

Color information

#A65D45 (or 0xA65D45) is unknown color: approx Tuscany. HEX triplet: A6, 5D and 45. RGB value is (166,93,69). Sum of RGB (Red+Green+Blue) = 166+93+69=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D45 is #59A2BA. Grayscale: #707070. Windows color (decimal): -5874363 or 4545958. OLE color: 4545958.

HSL color Cylindrical-coordinate representation of color #A65D45: hue angle of 14.85º 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 #A65D45 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1669369-
CMYK00.440.580.35
HSL14.85º41.28%46.08%-
HSV(B)14.85º58.43%65.1%-
XYZ20.7116.377.7-
YUV112.09103.68166.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=50.61%
G=28.35%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166936900.440.580.3514.8541.2846.08
HexA65D4502C3A23f292e
Octal2461351050547243175156
Binary101001101011101100010101011001110101000111111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D45; }

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

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

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

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

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

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

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

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