#AF6742

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

Shades of Tuscany #AF6742

Tints of Tuscany #AF6742

Color information

#AF6742 (or 0xAF6742) is unknown color: approx Tuscany. HEX triplet: AF, 67 and 42. RGB value is (175,103,66). Sum of RGB (Red+Green+Blue) = 175+103+66=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6742 is #5098BD. Grayscale: #787878. Windows color (decimal): -5281982 or 4351919. OLE color: 4351919.

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

Color convert

RGB17510366-
CMYK00.410.620.31
HSL20.37º45.23%47.25%-
HSV(B)20.37º62.29%68.63%-
XYZ23.5119.217.62-
YUV120.3197.35167.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 66 (26.17% from 255) = 19.19%
R=50.87%
G=29.94%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751036600.410.620.3120.3745.2347.25
HexAF67420293E1F142d2f
Octal2571471020517637245557
Binary101011111100111100001001010011111101111110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6742; }

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

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

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

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

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

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

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

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