Html Css Color HEX #AF6749 Tuscany

📋 copy color: '#AF6749'

red 175 ◦ green 103 ◦ blue 73

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

Shades of Tuscany #AF6749

Tints of Tuscany #AF6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 49.86%
G = 29.34%
B = 20.8%

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

#AF6749 (or 0xAF6749) is known color: Tuscany. HEX triplet: AF, 67 and 49. RGB value is (175,103,73). Sum of RGB (Red+Green+Blue) = 175+103+73=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6749 is #5098B6. Grayscale: #797979. Windows color (decimal): -5281975 or 4810671. OLE color: 4810671.

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

Color convert

RGB 175 103 73 -
CMYK 0 0.41 0.58 0.31
HSL 17.65º 0.41% 0.49% -
HSV(B) 17.65º 0.58% 0.69% -
XYZ 23.73 19.3 8.78 -
YUV 121.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 175 103 73 0 0.41 0.58 0.31 17.65 0.41 0.49
Hex AF 67 49 0 29 3A 1F 12 29 31
Octal 257 147 111 0 51 72 37 22 51 61
Binary 10101111 1100111 1001001 0 101001 111010 11111 10010 101001 110001

Color Harmonies of #AF6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6749

Black with #AF6749

Text Example


Text Example

White with #AF6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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