Html Css Color HEX #AF5D3F Tuscany

📋 copy color: '#AF5D3F'

red 175 ◦ green 93 ◦ blue 63

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

Shades of Tuscany #AF5D3F

Tints of Tuscany #AF5D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 52.87%
G = 28.1%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF5D3F (or 0xAF5D3F) is known color: Tuscany. HEX triplet: AF, 5D and 3F. RGB value is (175,93,63). Sum of RGB (Red+Green+Blue) = 175+93+63=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D3F is #50A2C0. Grayscale: #727272. Windows color (decimal): -5284545 or 4152751. OLE color: 4152751.

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

Color convert

RGB 175 93 63 -
CMYK 0 0.47 0.64 0.31
HSL 16.07º 0.47% 0.47% -
HSV(B) 16.07º 0.64% 0.69% -
XYZ 22.49 17.3 6.86 -
YUV 114.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 175 93 63 0 0.47 0.64 0.31 16.07 0.47 0.47
Hex AF 5D 3F 0 2F 40 1F 10 2F 2F
Octal 257 135 77 0 57 100 37 20 57 57
Binary 10101111 1011101 111111 0 101111 1000000 11111 10000 101111 101111

Color Harmonies of #AF5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D3F

Black with #AF5D3F

Text Example


Text Example

White with #AF5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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