#AF644A

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

Shades of Tuscany #AF644A

Tints of Tuscany #AF644A

Color information

#AF644A (or 0xAF644A) is unknown color: approx Tuscany. HEX triplet: AF, 64 and 4A. RGB value is (175,100,74). Sum of RGB (Red+Green+Blue) = 175+100+74=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF644A is #509BB5. Grayscale: #777777. Windows color (decimal): -5282742 or 4875439. OLE color: 4875439.

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

Color convert

RGB17510074-
CMYK00.430.580.31
HSL15.45º40.56%48.82%-
HSV(B)15.45º57.71%68.63%-
XYZ23.4718.728.86-
YUV119.46102.35167.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=50.14%
G=28.65%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751007400.430.580.3115.4540.5648.82
HexAF644A02B3A1Ff2931
Octal2571441120537237175161
Binary10101111110010010010100101011111010111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF644A; }

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

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

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

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

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

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

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

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