Html Css Color HEX #AF5D47 Tuscany

📋 copy color: '#AF5D47'

red 175 ◦ green 93 ◦ blue 71

#AF5D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AF5D47

Tints of Tuscany #AF5D47

RGB

 RED value IS 175 (68.75% from 255) = 51.62%

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 51.62%
G = 27.43%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF5D47 (or 0xAF5D47) is known color: Tuscany. HEX triplet: AF, 5D and 47. RGB value is (175,93,71). Sum of RGB (Red+Green+Blue) = 175+93+71=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D47 is #50A2B8. Grayscale: #737373. Windows color (decimal): -5284537 or 4677039. OLE color: 4677039.

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

Color convert

RGB 175 93 71 -
CMYK 0 0.47 0.59 0.31
HSL 12.69º 0.42% 0.48% -
HSV(B) 12.69º 0.59% 0.69% -
XYZ 22.73 17.4 8.12 -
YUV 115.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 175 93 71 0 0.47 0.59 0.31 12.69 0.42 0.48
Hex AF 5D 47 0 2F 3B 1F D 2A 30
Octal 257 135 107 0 57 73 37 15 52 60
Binary 10101111 1011101 1000111 0 101111 111011 11111 1101 101010 110000

Color Harmonies of #AF5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D47

Black with #AF5D47

Text Example


Text Example

White with #AF5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D47; }

 p { color: rgb(175,93,71); }

 H1.HeaderClassName
 {
   color: #AF5D47;
 }
 .AnyTagClassName
 {
   color: #AF5D47;
 }
</style>

background-color css

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

 a { background-color: rgb(175,93,71); }

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

border-color css

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

 span { border-color: rgb(175,93,71); }

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