#AF623D

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

Shades of Tuscany #AF623D

Tints of Tuscany #AF623D

Color information

#AF623D (or 0xAF623D) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 3D. RGB value is (175,98,61). Sum of RGB (Red+Green+Blue) = 175+98+61=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623D is #509DC2. Grayscale: #757575. Windows color (decimal): -5283267 or 4022959. OLE color: 4022959.

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

Color convert

RGB1759861-
CMYK00.440.650.31
HSL19.47º48.31%46.27%-
HSV(B)19.47º65.14%68.63%-
XYZ22.8918.196.72-
YUV116.896.51169.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=52.40%
G=29.34%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175986100.440.650.3119.4748.3146.27
HexAF623D02C411F13302e
Octal2571427505410137236056
Binary101011111100010111101010110010000011111110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF623D; }

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

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

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

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

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

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

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

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