Html Css Color HEX #AF593E Tuscany

📋 copy color: '#AF593E'

red 175 ◦ green 89 ◦ blue 62

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

Shades of Tuscany #AF593E

Tints of Tuscany #AF593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 53.68%
G = 27.3%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF593E (or 0xAF593E) is known color: Tuscany. HEX triplet: AF, 59 and 3E. RGB value is (175,89,62). Sum of RGB (Red+Green+Blue) = 175+89+62=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593E is #50A6C1. Grayscale: #6F6F6F. Windows color (decimal): -5285570 or 4086191. OLE color: 4086191.

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

Color convert

RGB 175 89 62 -
CMYK 0 0.49 0.65 0.31
HSL 14.34º 0.48% 0.46% -
HSV(B) 14.34º 0.65% 0.69% -
XYZ 22.12 16.61 6.6 -
YUV 111.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 175 89 62 0 0.49 0.65 0.31 14.34 0.48 0.46
Hex AF 59 3E 0 31 41 1F E 30 2E
Octal 257 131 76 0 61 101 37 16 60 56
Binary 10101111 1011001 111110 0 110001 1000001 11111 1110 110000 101110

Color Harmonies of #AF593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF593E

Black with #AF593E

Text Example


Text Example

White with #AF593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF593E; }

 p { color: rgb(175,89,62); }

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

background-color css

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

 a { background-color: rgb(175,89,62); }

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

border-color css

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

 span { border-color: rgb(175,89,62); }

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