Html Css Color HEX #AF6541 Tuscany

📋 copy color: '#AF6541'

red 175 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #AF6541

Tints of Tuscany #AF6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 51.32%
G = 29.62%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6541 (or 0xAF6541) is known color: Tuscany. HEX triplet: AF, 65 and 41. RGB value is (175,101,65). Sum of RGB (Red+Green+Blue) = 175+101+65=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6541 is #509ABE. Grayscale: #777777. Windows color (decimal): -5282495 or 4285871. OLE color: 4285871.

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

Color convert

RGB 175 101 65 -
CMYK 0 0.42 0.63 0.31
HSL 19.64º 0.46% 0.47% -
HSV(B) 19.64º 0.63% 0.69% -
XYZ 23.29 18.8 7.4 -
YUV 119.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 175 101 65 0 0.42 0.63 0.31 19.64 0.46 0.47
Hex AF 65 41 0 2A 3F 1F 14 2E 2F
Octal 257 145 101 0 52 77 37 24 56 57
Binary 10101111 1100101 1000001 0 101010 111111 11111 10100 101110 101111

Color Harmonies of #AF6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6541

Black with #AF6541

Text Example


Text Example

White with #AF6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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