Html Css Color HEX #AF6349 Tuscany

📋 copy color: '#AF6349'

red 175 ◦ green 99 ◦ blue 73

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

Shades of Tuscany #AF6349

Tints of Tuscany #AF6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 50.43%
G = 28.53%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6349 (or 0xAF6349) is known color: Tuscany. HEX triplet: AF, 63 and 49. RGB value is (175,99,73). Sum of RGB (Red+Green+Blue) = 175+99+73=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6349 is #509CB6. Grayscale: #767676. Windows color (decimal): -5282999 or 4809647. OLE color: 4809647.

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

Color convert

RGB 175 99 73 -
CMYK 0 0.43 0.58 0.31
HSL 15.29º 0.41% 0.49% -
HSV(B) 15.29º 0.58% 0.69% -
XYZ 23.34 18.52 8.65 -
YUV 118.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 175 99 73 0 0.43 0.58 0.31 15.29 0.41 0.49
Hex AF 63 49 0 2B 3A 1F F 29 31
Octal 257 143 111 0 53 72 37 17 51 61
Binary 10101111 1100011 1001001 0 101011 111010 11111 1111 101001 110001

Color Harmonies of #AF6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6349

Black with #AF6349

Text Example


Text Example

White with #AF6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6349; }

 p { color: rgb(175,99,73); }

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

background-color css

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

 a { background-color: rgb(175,99,73); }

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

border-color css

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

 span { border-color: rgb(175,99,73); }

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