Html Css Color HEX #AF6249 Tuscany

📋 copy color: '#AF6249'

red 175 ◦ green 98 ◦ blue 73

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

Shades of Tuscany #AF6249

Tints of Tuscany #AF6249

RGB

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

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

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

R = 50.58%
G = 28.32%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6249 (or 0xAF6249) is known color: Tuscany. HEX triplet: AF, 62 and 49. RGB value is (175,98,73). Sum of RGB (Red+Green+Blue) = 175+98+73=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6249 is #509DB6. Grayscale: #767676. Windows color (decimal): -5283255 or 4809391. OLE color: 4809391.

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

Color convert

RGB 175 98 73 -
CMYK 0 0.44 0.58 0.31
HSL 14.71º 0.41% 0.49% -
HSV(B) 14.71º 0.58% 0.69% -
XYZ 23.25 18.33 8.62 -
YUV 118.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 175 98 73 0 0.44 0.58 0.31 14.71 0.41 0.49
Hex AF 62 49 0 2C 3A 1F F 29 31
Octal 257 142 111 0 54 72 37 17 51 61
Binary 10101111 1100010 1001001 0 101100 111010 11111 1111 101001 110001

Color Harmonies of #AF6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6249

Black with #AF6249

Text Example


Text Example

White with #AF6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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