Html Css Color HEX #AF5E41 Tuscany

📋 copy color: '#AF5E41'

red 175 ◦ green 94 ◦ blue 65

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

Shades of Tuscany #AF5E41

Tints of Tuscany #AF5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

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

R = 52.4%
G = 28.14%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF5E41 (or 0xAF5E41) is known color: Tuscany. HEX triplet: AF, 5E and 41. RGB value is (175,94,65). Sum of RGB (Red+Green+Blue) = 175+94+65=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E41 is #50A1BE. Grayscale: #737373. Windows color (decimal): -5284287 or 4284079. OLE color: 4284079.

HSL color Cylindrical-coordinate representation of color #AF5E41: hue angle of 15.82º 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 #AF5E41 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 65 -
CMYK 0 0.46 0.63 0.31
HSL 15.82º 0.46% 0.47% -
HSV(B) 15.82º 0.63% 0.69% -
XYZ 22.64 17.5 7.19 -
YUV 114.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 175 94 65 0 0.46 0.63 0.31 15.82 0.46 0.47
Hex AF 5E 41 0 2E 3F 1F 10 2E 2F
Octal 257 136 101 0 56 77 37 20 56 57
Binary 10101111 1011110 1000001 0 101110 111111 11111 10000 101110 101111

Color Harmonies of #AF5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E41

Black with #AF5E41

Text Example


Text Example

White with #AF5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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