#af6344

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

Shades of Tuscany #AF6344

Tints of Tuscany #AF6344

Color information

#AF6344 (or 0xAF6344) is unknown color: approx Tuscany. HEX triplet: AF, 63 and 44. RGB value is (175,99,68). Sum of RGB (Red+Green+Blue) = 175+99+68=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6344 is #509CBB. Grayscale: #767676. Windows color (decimal): -5283004 or 4481967. OLE color: 4481967.

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

Color convert

RGB1759968-
CMYK00.430.610.31
HSL17.38º44.03%47.65%-
HSV(B)17.38º61.14%68.63%-
XYZ23.1818.457.81-
YUV118.1999.68168.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=51.17%
G=28.95%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175996800.430.610.3117.3844.0347.65
HexAF634402B3D1F112c30
Octal2571431040537537215460
Binary101011111100011100010001010111111011111110001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6344; }

 p { color: rgb(175,99,68); }

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

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

 a { background-color: rgb(175,99,68); }

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

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

 span { border-color: rgb(175,99,68); }

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