#AF6240

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

Shades of Tuscany #AF6240

Tints of Tuscany #AF6240

Color information

#AF6240 (or 0xAF6240) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 40. RGB value is (175,98,64). Sum of RGB (Red+Green+Blue) = 175+98+64=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6240 is #509DBF. Grayscale: #757575. Windows color (decimal): -5283264 or 4219567. OLE color: 4219567.

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

Color convert

RGB1759864-
CMYK00.440.630.31
HSL18.38º46.44%46.86%-
HSV(B)18.38º63.43%68.63%-
XYZ22.9718.227.16-
YUV117.1598.01169.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=51.93%
G=29.08%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175986400.440.630.3118.3846.4446.86
HexAF624002C3F1F122e2f
Octal2571421000547737225657
Binary101011111100010100000001011001111111111110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6240; }

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

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

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

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

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

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

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

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