Html Css Color HEX #AF603D Tuscany

📋 copy color: '#AF603D'

red 175 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AF603D

Tints of Tuscany #AF603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 52.71%
G = 28.92%
B = 18.37%

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

#AF603D (or 0xAF603D) is known color: Tuscany. HEX triplet: AF, 60 and 3D. RGB value is (175,96,61). Sum of RGB (Red+Green+Blue) = 175+96+61=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF603D is #509FC2. Grayscale: #737373. Windows color (decimal): -5283779 or 4022447. OLE color: 4022447.

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

Color convert

RGB 175 96 61 -
CMYK 0 0.45 0.65 0.31
HSL 18.42º 0.48% 0.46% -
HSV(B) 18.42º 0.65% 0.69% -
XYZ 22.7 17.82 6.66 -
YUV 115.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 175 96 61 0 0.45 0.65 0.31 18.42 0.48 0.46
Hex AF 60 3D 0 2D 41 1F 12 30 2E
Octal 257 140 75 0 55 101 37 22 60 56
Binary 10101111 1100000 111101 0 101101 1000001 11111 10010 110000 101110

Color Harmonies of #AF603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF603D

Black with #AF603D

Text Example


Text Example

White with #AF603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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