Html Css Color HEX #AF5D41 Tuscany

📋 copy color: '#AF5D41'

red 175 ◦ green 93 ◦ blue 65

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

Shades of Tuscany #AF5D41

Tints of Tuscany #AF5D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 52.55%
G = 27.93%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5D41 (or 0xAF5D41) is known color: Tuscany. HEX triplet: AF, 5D and 41. RGB value is (175,93,65). Sum of RGB (Red+Green+Blue) = 175+93+65=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D41 is #50A2BE. Grayscale: #727272. Windows color (decimal): -5284543 or 4283823. OLE color: 4283823.

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

Color convert

RGB 175 93 65 -
CMYK 0 0.47 0.63 0.31
HSL 15.27º 0.46% 0.47% -
HSV(B) 15.27º 0.63% 0.69% -
XYZ 22.55 17.32 7.16 -
YUV 114.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 175 93 65 0 0.47 0.63 0.31 15.27 0.46 0.47
Hex AF 5D 41 0 2F 3F 1F F 2E 2F
Octal 257 135 101 0 57 77 37 17 56 57
Binary 10101111 1011101 1000001 0 101111 111111 11111 1111 101110 101111

Color Harmonies of #AF5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D41

Black with #AF5D41

Text Example


Text Example

White with #AF5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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