Html Css Color HEX #AF6247 Tuscany

📋 copy color: '#AF6247'

red 175 ◦ green 98 ◦ blue 71

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

Shades of Tuscany #AF6247

Tints of Tuscany #AF6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 50.87%
G = 28.49%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6247 (or 0xAF6247) is known color: Tuscany. HEX triplet: AF, 62 and 47. RGB value is (175,98,71). Sum of RGB (Red+Green+Blue) = 175+98+71=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6247 is #509DB8. Grayscale: #767676. Windows color (decimal): -5283257 or 4678319. OLE color: 4678319.

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

Color convert

RGB 175 98 71 -
CMYK 0 0.44 0.59 0.31
HSL 15.58º 0.42% 0.48% -
HSV(B) 15.58º 0.59% 0.69% -
XYZ 23.18 18.3 8.27 -
YUV 117.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 175 98 71 0 0.44 0.59 0.31 15.58 0.42 0.48
Hex AF 62 47 0 2C 3B 1F 10 2A 30
Octal 257 142 107 0 54 73 37 20 52 60
Binary 10101111 1100010 1000111 0 101100 111011 11111 10000 101010 110000

Color Harmonies of #AF6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6247

Black with #AF6247

Text Example


Text Example

White with #AF6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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