#AF6848

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

Shades of Tuscany #AF6848

Tints of Tuscany #AF6848

Color information

#AF6848 (or 0xAF6848) is unknown color: approx Tuscany. HEX triplet: AF, 68 and 48. RGB value is (175,104,72). Sum of RGB (Red+Green+Blue) = 175+104+72=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6848 is #5097B7. Grayscale: #797979. Windows color (decimal): -5281720 or 4745391. OLE color: 4745391.

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

Color convert

RGB17510472-
CMYK00.410.590.31
HSL18.64º41.7%48.43%-
HSV(B)18.64º58.86%68.63%-
XYZ23.819.488.64-
YUV121.58100.02166.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=49.86%
G=29.63%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751047200.410.590.3118.6441.748.43
HexAF68480293B1F132a30
Octal2571501100517337235260
Binary101011111101000100100001010011110111111110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6848; }

 p { color: rgb(175,104,72); }

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

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

 a { background-color: rgb(175,104,72); }

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

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

 span { border-color: rgb(175,104,72); }

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