Html Css Color HEX #AF6049 Tuscany

📋 copy color: '#AF6049'

red 175 ◦ green 96 ◦ blue 73

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

Shades of Tuscany #AF6049

Tints of Tuscany #AF6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 50.87%
G = 27.91%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6049 (or 0xAF6049) is known color: Tuscany. HEX triplet: AF, 60 and 49. RGB value is (175,96,73). Sum of RGB (Red+Green+Blue) = 175+96+73=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6049 is #509FB6. Grayscale: #757575. Windows color (decimal): -5283767 or 4808879. OLE color: 4808879.

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

Color convert

RGB 175 96 73 -
CMYK 0 0.45 0.58 0.31
HSL 13.53º 0.41% 0.49% -
HSV(B) 13.53º 0.58% 0.69% -
XYZ 23.06 17.96 8.55 -
YUV 117 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 175 96 73 0 0.45 0.58 0.31 13.53 0.41 0.49
Hex AF 60 49 0 2D 3A 1F E 29 31
Octal 257 140 111 0 55 72 37 16 51 61
Binary 10101111 1100000 1001001 0 101101 111010 11111 1110 101001 110001

Color Harmonies of #AF6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6049

Black with #AF6049

Text Example


Text Example

White with #AF6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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