Html Css Color HEX #AF5E49 Tuscany

📋 copy color: '#AF5E49'

red 175 ◦ green 94 ◦ blue 73

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

Shades of Tuscany #AF5E49

Tints of Tuscany #AF5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 51.17%
G = 27.49%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5E49 (or 0xAF5E49) is known color: Tuscany. HEX triplet: AF, 5E and 49. RGB value is (175,94,73). Sum of RGB (Red+Green+Blue) = 175+94+73=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E49 is #50A1B6. Grayscale: #737373. Windows color (decimal): -5284279 or 4808367. OLE color: 4808367.

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

Color convert

RGB 175 94 73 -
CMYK 0 0.46 0.58 0.31
HSL 12.35º 0.41% 0.49% -
HSV(B) 12.35º 0.58% 0.69% -
XYZ 22.88 17.6 8.49 -
YUV 115.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 175 94 73 0 0.46 0.58 0.31 12.35 0.41 0.49
Hex AF 5E 49 0 2E 3A 1F C 29 31
Octal 257 136 111 0 56 72 37 14 51 61
Binary 10101111 1011110 1001001 0 101110 111010 11111 1100 101001 110001

Color Harmonies of #AF5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E49

Black with #AF5E49

Text Example


Text Example

White with #AF5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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