Html Css Color HEX #AF6047 Tuscany

📋 copy color: '#AF6047'

red 175 ◦ green 96 ◦ blue 71

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

Shades of Tuscany #AF6047

Tints of Tuscany #AF6047

RGB

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

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

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

R = 51.17%
G = 28.07%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6047 (or 0xAF6047) is known color: Tuscany. HEX triplet: AF, 60 and 47. RGB value is (175,96,71). Sum of RGB (Red+Green+Blue) = 175+96+71=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6047 is #509FB8. Grayscale: #747474. Windows color (decimal): -5283769 or 4677807. OLE color: 4677807.

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

Color convert

RGB 175 96 71 -
CMYK 0 0.45 0.59 0.31
HSL 14.42º 0.42% 0.48% -
HSV(B) 14.42º 0.59% 0.69% -
XYZ 23 17.93 8.21 -
YUV 116.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 175 96 71 0 0.45 0.59 0.31 14.42 0.42 0.48
Hex AF 60 47 0 2D 3B 1F E 2A 30
Octal 257 140 107 0 55 73 37 16 52 60
Binary 10101111 1100000 1000111 0 101101 111011 11111 1110 101010 110000

Color Harmonies of #AF6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6047

Black with #AF6047

Text Example


Text Example

White with #AF6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6047; }

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

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

background-color css

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

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

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

border-color css

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

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

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