#AF614B

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

Shades of Tuscany #AF614B

Tints of Tuscany #AF614B

Color information

#AF614B (or 0xAF614B) is unknown color: approx Tuscany. HEX triplet: AF, 61 and 4B. RGB value is (175,97,75). Sum of RGB (Red+Green+Blue) = 175+97+75=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF614B is #509EB4. Grayscale: #757575. Windows color (decimal): -5283509 or 4940207. OLE color: 4940207.

HSL color Cylindrical-coordinate representation of color #AF614B: hue angle of 13.2º degrees, saturation: 0.4, 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 #AF614B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1759775-
CMYK00.450.570.31
HSL13.2º40%49.02%-
HSV(B)13.2º57.14%68.63%-
XYZ23.2218.178.94-
YUV117.81103.84168.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=50.43%
G=27.95%
B=21.61%

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
Decimal175977500.450.570.3113.24049.02
HexAF614B02D391Fd2831
Octal2571411130557137155061
Binary10101111110000110010110101101111001111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF614B; }

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

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

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

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

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

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

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

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