Html Css Color HEX #AF603E Tuscany

📋 copy color: '#AF603E'

red 175 ◦ green 96 ◦ blue 62

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

Shades of Tuscany #AF603E

Tints of Tuscany #AF603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 52.55%
G = 28.83%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF603E (or 0xAF603E) is known color: Tuscany. HEX triplet: AF, 60 and 3E. RGB value is (175,96,62). Sum of RGB (Red+Green+Blue) = 175+96+62=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF603E is #509FC1. Grayscale: #737373. Windows color (decimal): -5283778 or 4087983. OLE color: 4087983.

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

Color convert

RGB 175 96 62 -
CMYK 0 0.45 0.65 0.31
HSL 18.05º 0.48% 0.46% -
HSV(B) 18.05º 0.65% 0.69% -
XYZ 22.73 17.83 6.8 -
YUV 115.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 175 96 62 0 0.45 0.65 0.31 18.05 0.48 0.46
Hex AF 60 3E 0 2D 41 1F 12 30 2E
Octal 257 140 76 0 55 101 37 22 60 56
Binary 10101111 1100000 111110 0 101101 1000001 11111 10010 110000 101110

Color Harmonies of #AF603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF603E

Black with #AF603E

Text Example


Text Example

White with #AF603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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