#AF6243

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

Shades of Tuscany #AF6243

Tints of Tuscany #AF6243

Color information

#AF6243 (or 0xAF6243) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 43. RGB value is (175,98,67). Sum of RGB (Red+Green+Blue) = 175+98+67=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6243 is #509DBC. Grayscale: #757575. Windows color (decimal): -5283261 or 4416175. OLE color: 4416175.

HSL color Cylindrical-coordinate representation of color #AF6243: hue angle of 17.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF6243 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1759867-
CMYK00.440.620.31
HSL17.22º44.63%47.45%-
HSV(B)17.22º61.71%68.63%-
XYZ23.0618.257.62-
YUV117.4999.51169.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 67 (26.56% from 255) = 19.71%
R=51.47%
G=28.82%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175986700.440.620.3117.2244.6347.45
HexAF624302C3E1F112d2f
Octal2571421030547637215557
Binary101011111100010100001101011001111101111110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6243; }

 p { color: rgb(175,98,67); }

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

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

 a { background-color: rgb(175,98,67); }

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

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

 span { border-color: rgb(175,98,67); }

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