Html Css Color HEX #AF603F Tuscany

📋 copy color: '#AF603F'

red 175 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #AF603F

Tints of Tuscany #AF603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 52.4%
G = 28.74%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF603F (or 0xAF603F) is known color: Tuscany. HEX triplet: AF, 60 and 3F. RGB value is (175,96,63). Sum of RGB (Red+Green+Blue) = 175+96+63=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF603F is #509FC0. Grayscale: #747474. Windows color (decimal): -5283777 or 4153519. OLE color: 4153519.

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

Color convert

RGB 175 96 63 -
CMYK 0 0.45 0.64 0.31
HSL 17.68º 0.47% 0.47% -
HSV(B) 17.68º 0.64% 0.69% -
XYZ 22.76 17.84 6.95 -
YUV 115.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 175 96 63 0 0.45 0.64 0.31 17.68 0.47 0.47
Hex AF 60 3F 0 2D 40 1F 12 2F 2F
Octal 257 140 77 0 55 100 37 22 57 57
Binary 10101111 1100000 111111 0 101101 1000000 11111 10010 101111 101111

Color Harmonies of #AF603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF603F

Black with #AF603F

Text Example


Text Example

White with #AF603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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