#AF614C

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

Shades of Tuscany #AF614C

Tints of Tuscany #AF614C

Color information

#AF614C (or 0xAF614C) is unknown color: approx Tuscany. HEX triplet: AF, 61 and 4C. RGB value is (175,97,76). Sum of RGB (Red+Green+Blue) = 175+97+76=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF614C is #509EB3. Grayscale: #767676. Windows color (decimal): -5283508 or 5005743. OLE color: 5005743.

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

Color convert

RGB1759776-
CMYK00.450.570.31
HSL12.73º39.44%49.22%-
HSV(B)12.73º56.57%68.63%-
XYZ23.2618.199.12-
YUV117.93104.34168.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=50.29%
G=27.87%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175977600.450.570.3112.7339.4449.22
HexAF614C02D391Fd2731
Octal2571411140557137154761
Binary10101111110000110011000101101111001111111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF614C; }

 p { color: rgb(175,97,76); }

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

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

 a { background-color: rgb(175,97,76); }

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

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

 span { border-color: rgb(175,97,76); }

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