#AF653D

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

Shades of Tuscany #AF653D

Tints of Tuscany #AF653D

Color information

#AF653D (or 0xAF653D) is unknown color: approx Tuscany. HEX triplet: AF, 65 and 3D. RGB value is (175,101,61). Sum of RGB (Red+Green+Blue) = 175+101+61=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF653D is #509AC2. Grayscale: #767676. Windows color (decimal): -5282499 or 4023727. OLE color: 4023727.

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

Color convert

RGB17510161-
CMYK00.420.650.31
HSL21.05º48.31%46.27%-
HSV(B)21.05º65.14%68.63%-
XYZ23.1818.766.81-
YUV118.5795.52168.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=51.93%
G=29.97%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751016100.420.650.3121.0548.3146.27
HexAF653D02A411F15302e
Octal2571457505210137256056
Binary101011111100101111101010101010000011111110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF653D; }

 p { color: rgb(175,101,61); }

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

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

 a { background-color: rgb(175,101,61); }

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

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

 span { border-color: rgb(175,101,61); }

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