Html Css Color HEX #AF6747 Tuscany

📋 copy color: '#AF6747'

red 175 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #AF6747

Tints of Tuscany #AF6747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.34%

R = 50.14%
G = 29.51%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6747 (or 0xAF6747) is known color: Tuscany. HEX triplet: AF, 67 and 47. RGB value is (175,103,71). Sum of RGB (Red+Green+Blue) = 175+103+71=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6747 is #5098B8. Grayscale: #797979. Windows color (decimal): -5281977 or 4679599. OLE color: 4679599.

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

Color convert

RGB 175 103 71 -
CMYK 0 0.41 0.59 0.31
HSL 18.46º 0.42% 0.48% -
HSV(B) 18.46º 0.59% 0.69% -
XYZ 23.67 19.27 8.43 -
YUV 120.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 175 103 71 0 0.41 0.59 0.31 18.46 0.42 0.48
Hex AF 67 47 0 29 3B 1F 12 2A 30
Octal 257 147 107 0 51 73 37 22 52 60
Binary 10101111 1100111 1000111 0 101001 111011 11111 10010 101010 110000

Color Harmonies of #AF6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6747

Black with #AF6747

Text Example


Text Example

White with #AF6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6747; }

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

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

background-color css

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

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

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

border-color css

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

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

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