#AF6143

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

Shades of Tuscany #AF6143

Tints of Tuscany #AF6143

Color information

#AF6143 (or 0xAF6143) is unknown color: approx Tuscany. HEX triplet: AF, 61 and 43. RGB value is (175,97,67). Sum of RGB (Red+Green+Blue) = 175+97+67=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6143 is #509EBC. Grayscale: #757575. Windows color (decimal): -5283517 or 4415919. OLE color: 4415919.

HSL color Cylindrical-coordinate representation of color #AF6143: hue angle of 16.67º 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 #AF6143 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1759767-
CMYK00.450.620.31
HSL16.67º44.63%47.45%-
HSV(B)16.67º61.71%68.63%-
XYZ22.9718.077.59-
YUV116.999.84169.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=51.62%
G=28.61%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175976700.450.620.3116.6744.6347.45
HexAF614302D3E1F112d2f
Octal2571411030557637215557
Binary101011111100001100001101011011111101111110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6143; }

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

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

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

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

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

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

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

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