#AF643E

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

Shades of Tuscany #AF643E

Tints of Tuscany #AF643E

Color information

#AF643E (or 0xAF643E) is unknown color: approx Tuscany. HEX triplet: AF, 64 and 3E. RGB value is (175,100,62). Sum of RGB (Red+Green+Blue) = 175+100+62=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643E is #509BC1. Grayscale: #767676. Windows color (decimal): -5282754 or 4089007. OLE color: 4089007.

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

Color convert

RGB17510062-
CMYK00.430.650.31
HSL20.18º47.68%46.47%-
HSV(B)20.18º64.57%68.63%-
XYZ23.1118.586.93-
YUV118.0996.35168.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=51.93%
G=29.67%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751006200.430.650.3120.1847.6846.47
HexAF643E02B411F14302e
Octal2571447605310137246056
Binary101011111100100111110010101110000011111110100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF643E; }

 p { color: rgb(175,100,62); }

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

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

 a { background-color: rgb(175,100,62); }

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

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

 span { border-color: rgb(175,100,62); }

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