Html Css Color HEX #AF6649 Tuscany

📋 copy color: '#AF6649'

red 175 ◦ green 102 ◦ blue 73

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

Shades of Tuscany #AF6649

Tints of Tuscany #AF6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 50%
G = 29.14%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6649 (or 0xAF6649) is known color: Tuscany. HEX triplet: AF, 66 and 49. RGB value is (175,102,73). Sum of RGB (Red+Green+Blue) = 175+102+73=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6649 is #5099B6. Grayscale: #787878. Windows color (decimal): -5282231 or 4810415. OLE color: 4810415.

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

Color convert

RGB 175 102 73 -
CMYK 0 0.42 0.58 0.31
HSL 17.06º 0.41% 0.49% -
HSV(B) 17.06º 0.58% 0.69% -
XYZ 23.63 19.1 8.74 -
YUV 120.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 175 102 73 0 0.42 0.58 0.31 17.06 0.41 0.49
Hex AF 66 49 0 2A 3A 1F 11 29 31
Octal 257 146 111 0 52 72 37 21 51 61
Binary 10101111 1100110 1001001 0 101010 111010 11111 10001 101001 110001

Color Harmonies of #AF6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6649

Black with #AF6649

Text Example


Text Example

White with #AF6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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