Html Css Color HEX #AF593F Tuscany

📋 copy color: '#AF593F'

red 175 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #AF593F

Tints of Tuscany #AF593F

RGB

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

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

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

R = 53.52%
G = 27.22%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF593F (or 0xAF593F) is known color: Tuscany. HEX triplet: AF, 59 and 3F. RGB value is (175,89,63). Sum of RGB (Red+Green+Blue) = 175+89+63=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593F is #50A6C0. Grayscale: #6F6F6F. Windows color (decimal): -5285569 or 4151727. OLE color: 4151727.

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

Color convert

RGB 175 89 63 -
CMYK 0 0.49 0.64 0.31
HSL 13.93º 0.47% 0.47% -
HSV(B) 13.93º 0.64% 0.69% -
XYZ 22.15 16.62 6.74 -
YUV 111.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 175 89 63 0 0.49 0.64 0.31 13.93 0.47 0.47
Hex AF 59 3F 0 31 40 1F E 2F 2F
Octal 257 131 77 0 61 100 37 16 57 57
Binary 10101111 1011001 111111 0 110001 1000000 11111 1110 101111 101111

Color Harmonies of #AF593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF593F

Black with #AF593F

Text Example


Text Example

White with #AF593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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