Html Css Color HEX #AF5D40 Tuscany

📋 copy color: '#AF5D40'

red 175 ◦ green 93 ◦ blue 64

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

Shades of Tuscany #AF5D40

Tints of Tuscany #AF5D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 52.71%
G = 28.01%
B = 19.28%

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

#AF5D40 (or 0xAF5D40) is known color: Tuscany. HEX triplet: AF, 5D and 40. RGB value is (175,93,64). Sum of RGB (Red+Green+Blue) = 175+93+64=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D40 is #50A2BF. Grayscale: #727272. Windows color (decimal): -5284544 or 4218287. OLE color: 4218287.

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

Color convert

RGB 175 93 64 -
CMYK 0 0.47 0.63 0.31
HSL 15.68º 0.46% 0.47% -
HSV(B) 15.68º 0.63% 0.69% -
XYZ 22.52 17.31 7.01 -
YUV 114.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 175 93 64 0 0.47 0.63 0.31 15.68 0.46 0.47
Hex AF 5D 40 0 2F 3F 1F 10 2E 2F
Octal 257 135 100 0 57 77 37 20 56 57
Binary 10101111 1011101 1000000 0 101111 111111 11111 10000 101110 101111

Color Harmonies of #AF5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D40

Black with #AF5D40

Text Example


Text Example

White with #AF5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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