Html Css Color HEX #AF5D3D Tuscany

📋 copy color: '#AF5D3D'

red 175 ◦ green 93 ◦ blue 61

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

Shades of Tuscany #AF5D3D

Tints of Tuscany #AF5D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 53.19%
G = 28.27%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF5D3D (or 0xAF5D3D) is known color: Tuscany. HEX triplet: AF, 5D and 3D. RGB value is (175,93,61). Sum of RGB (Red+Green+Blue) = 175+93+61=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D3D is #50A2C2. Grayscale: #727272. Windows color (decimal): -5284547 or 4021679. OLE color: 4021679.

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

Color convert

RGB 175 93 61 -
CMYK 0 0.47 0.65 0.31
HSL 16.84º 0.48% 0.46% -
HSV(B) 16.84º 0.65% 0.69% -
XYZ 22.44 17.28 6.57 -
YUV 113.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 175 93 61 0 0.47 0.65 0.31 16.84 0.48 0.46
Hex AF 5D 3D 0 2F 41 1F 11 30 2E
Octal 257 135 75 0 57 101 37 21 60 56
Binary 10101111 1011101 111101 0 101111 1000001 11111 10001 110000 101110

Color Harmonies of #AF5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D3D

Black with #AF5D3D

Text Example


Text Example

White with #AF5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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