#AF664A

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

Shades of Tuscany #AF664A

Tints of Tuscany #AF664A

Color information

#AF664A (or 0xAF664A) is unknown color: approx Tuscany. HEX triplet: AF, 66 and 4A. RGB value is (175,102,74). Sum of RGB (Red+Green+Blue) = 175+102+74=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF664A is #5099B5. Grayscale: #787878. Windows color (decimal): -5282230 or 4875951. OLE color: 4875951.

HSL color Cylindrical-coordinate representation of color #AF664A: hue angle of 16.63º 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 #AF664A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17510274-
CMYK00.420.580.31
HSL16.63º40.56%48.82%-
HSV(B)16.63º57.71%68.63%-
XYZ23.6719.118.92-
YUV120.64101.68166.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=49.86%
G=29.06%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751027400.420.580.3116.6340.5648.82
HexAF664A02A3A1F112931
Octal2571461120527237215161
Binary101011111100110100101001010101110101111110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF664A; }

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

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

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

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

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

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

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

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