#AF6745

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

Shades of Tuscany #AF6745

Tints of Tuscany #AF6745

Color information

#AF6745 (or 0xAF6745) is unknown color: approx Tuscany. HEX triplet: AF, 67 and 45. RGB value is (175,103,69). Sum of RGB (Red+Green+Blue) = 175+103+69=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6745 is #5098BA. Grayscale: #787878. Windows color (decimal): -5281979 or 4548527. OLE color: 4548527.

HSL color Cylindrical-coordinate representation of color #AF6745: hue angle of 19.25º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF6745 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17510369-
CMYK00.410.610.31
HSL19.25º43.44%47.84%-
HSV(B)19.25º60.57%68.63%-
XYZ23.619.248.1-
YUV120.6598.85166.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=50.43%
G=29.68%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751036900.410.610.3119.2543.4447.84
HexAF67450293D1F132b30
Octal2571471050517537235360
Binary101011111100111100010101010011111011111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6745; }

 p { color: rgb(175,103,69); }

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

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

 a { background-color: rgb(175,103,69); }

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

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

 span { border-color: rgb(175,103,69); }

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