Html Css Color HEX #AF603B Tuscany

📋 copy color: '#AF603B'

red 175 ◦ green 96 ◦ blue 59

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

Shades of Tuscany #AF603B

Tints of Tuscany #AF603B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 53.03%
G = 29.09%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF603B (or 0xAF603B) is known color: Tuscany. HEX triplet: AF, 60 and 3B. RGB value is (175,96,59). Sum of RGB (Red+Green+Blue) = 175+96+59=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF603B is #509FC4. Grayscale: #737373. Windows color (decimal): -5283781 or 3891375. OLE color: 3891375.

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

Color convert

RGB 175 96 59 -
CMYK 0 0.45 0.66 0.31
HSL 19.14º 0.5% 0.46% -
HSV(B) 19.14º 0.66% 0.69% -
XYZ 22.65 17.8 6.38 -
YUV 115.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 175 96 59 0 0.45 0.66 0.31 19.14 0.5 0.46
Hex AF 60 3B 0 2D 42 1F 13 32 2E
Octal 257 140 73 0 55 102 37 23 62 56
Binary 10101111 1100000 111011 0 101101 1000010 11111 10011 110010 101110

Color Harmonies of #AF603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF603B

Black with #AF603B

Text Example


Text Example

White with #AF603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF603B; }

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

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

background-color css

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

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

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

border-color css

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

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

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