#AF623F

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

Shades of Tuscany #AF623F

Tints of Tuscany #AF623F

Color information

#AF623F (or 0xAF623F) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 3F. RGB value is (175,98,63). Sum of RGB (Red+Green+Blue) = 175+98+63=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623F is #509DC0. Grayscale: #757575. Windows color (decimal): -5283265 or 4154031. OLE color: 4154031.

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

Color convert

RGB1759863-
CMYK00.440.640.31
HSL18.75º47.06%46.67%-
HSV(B)18.75º64%68.63%-
XYZ22.9418.217.01-
YUV117.0397.51169.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 63 (25% from 255) = 18.75%
R=52.08%
G=29.17%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175986300.440.640.3118.7547.0646.67
HexAF623F02C401F132f2f
Octal2571427705410037235757
Binary101011111100010111111010110010000001111110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF623F; }

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

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

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

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

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

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

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

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