Html Css Color HEX #AF6441 Tuscany

📋 copy color: '#AF6441'

red 175 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #AF6441

Tints of Tuscany #AF6441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 51.47%
G = 29.41%
B = 19.12%

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

#AF6441 (or 0xAF6441) is known color: Tuscany. HEX triplet: AF, 64 and 41. RGB value is (175,100,65). Sum of RGB (Red+Green+Blue) = 175+100+65=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6441 is #509BBE. Grayscale: #767676. Windows color (decimal): -5282751 or 4285615. OLE color: 4285615.

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

Color convert

RGB 175 100 65 -
CMYK 0 0.43 0.63 0.31
HSL 19.09º 0.46% 0.47% -
HSV(B) 19.09º 0.63% 0.69% -
XYZ 23.19 18.61 7.37 -
YUV 118.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 175 100 65 0 0.43 0.63 0.31 19.09 0.46 0.47
Hex AF 64 41 0 2B 3F 1F 13 2E 2F
Octal 257 144 101 0 53 77 37 23 56 57
Binary 10101111 1100100 1000001 0 101011 111111 11111 10011 101110 101111

Color Harmonies of #AF6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6441

Black with #AF6441

Text Example


Text Example

White with #AF6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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