Html Css Color HEX #AF6849 Tuscany

📋 copy color: '#AF6849'

red 175 ◦ green 104 ◦ blue 73

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

Shades of Tuscany #AF6849

Tints of Tuscany #AF6849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 49.72%
G = 29.55%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6849 (or 0xAF6849) is known color: Tuscany. HEX triplet: AF, 68 and 49. RGB value is (175,104,73). Sum of RGB (Red+Green+Blue) = 175+104+73=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6849 is #5097B6. Grayscale: #797979. Windows color (decimal): -5281719 or 4810927. OLE color: 4810927.

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

Color convert

RGB 175 104 73 -
CMYK 0 0.41 0.58 0.31
HSL 18.24º 0.41% 0.49% -
HSV(B) 18.24º 0.58% 0.69% -
XYZ 23.83 19.5 8.81 -
YUV 121.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 175 104 73 0 0.41 0.58 0.31 18.24 0.41 0.49
Hex AF 68 49 0 29 3A 1F 12 29 31
Octal 257 150 111 0 51 72 37 22 51 61
Binary 10101111 1101000 1001001 0 101001 111010 11111 10010 101001 110001

Color Harmonies of #AF6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6849

Black with #AF6849

Text Example


Text Example

White with #AF6849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6849; }

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

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

background-color css

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

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

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

border-color css

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

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

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