Html Css Color HEX #AF6341 Tuscany

📋 copy color: '#AF6341'

red 175 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #AF6341

Tints of Tuscany #AF6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 51.62%
G = 29.2%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6341 (or 0xAF6341) is known color: Tuscany. HEX triplet: AF, 63 and 41. RGB value is (175,99,65). Sum of RGB (Red+Green+Blue) = 175+99+65=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6341 is #509CBE. Grayscale: #767676. Windows color (decimal): -5283007 or 4285359. OLE color: 4285359.

HSL color Cylindrical-coordinate representation of color #AF6341: hue angle of 18.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF6341 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 65 -
CMYK 0 0.43 0.63 0.31
HSL 18.55º 0.46% 0.47% -
HSV(B) 18.55º 0.63% 0.69% -
XYZ 23.1 18.42 7.34 -
YUV 117.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 175 99 65 0 0.43 0.63 0.31 18.55 0.46 0.47
Hex AF 63 41 0 2B 3F 1F 13 2E 2F
Octal 257 143 101 0 53 77 37 23 56 57
Binary 10101111 1100011 1000001 0 101011 111111 11111 10011 101110 101111

Color Harmonies of #AF6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6341

Black with #AF6341

Text Example


Text Example

White with #AF6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6341; }

 p { color: rgb(175,99,65); }

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

background-color css

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

 a { background-color: rgb(175,99,65); }

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

border-color css

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

 span { border-color: rgb(175,99,65); }

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