Html Css Color HEX #AF6040 Tuscany

📋 copy color: '#AF6040'

red 175 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #AF6040

Tints of Tuscany #AF6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 52.24%
G = 28.66%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6040 (or 0xAF6040) is known color: Tuscany. HEX triplet: AF, 60 and 40. RGB value is (175,96,64). Sum of RGB (Red+Green+Blue) = 175+96+64=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6040 is #509FBF. Grayscale: #747474. Windows color (decimal): -5283776 or 4219055. OLE color: 4219055.

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

Color convert

RGB 175 96 64 -
CMYK 0 0.45 0.63 0.31
HSL 17.3º 0.46% 0.47% -
HSV(B) 17.3º 0.63% 0.69% -
XYZ 22.79 17.85 7.09 -
YUV 115.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 175 96 64 0 0.45 0.63 0.31 17.3 0.46 0.47
Hex AF 60 40 0 2D 3F 1F 11 2E 2F
Octal 257 140 100 0 55 77 37 21 56 57
Binary 10101111 1100000 1000000 0 101101 111111 11111 10001 101110 101111

Color Harmonies of #AF6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6040

Black with #AF6040

Text Example


Text Example

White with #AF6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6040; }

 p { color: rgb(175,96,64); }

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

background-color css

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

 a { background-color: rgb(175,96,64); }

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

border-color css

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

 span { border-color: rgb(175,96,64); }

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