Html Css Color HEX #AF6039 Tuscany

📋 copy color: '#AF6039'

red 175 ◦ green 96 ◦ blue 57

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

Shades of Tuscany #AF6039

Tints of Tuscany #AF6039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.38%

R = 53.35%
G = 29.27%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF6039 (or 0xAF6039) is known color: Tuscany. HEX triplet: AF, 60 and 39. RGB value is (175,96,57). Sum of RGB (Red+Green+Blue) = 175+96+57=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6039 is #509FC6. Grayscale: #737373. Windows color (decimal): -5283783 or 3760303. OLE color: 3760303.

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

Color convert

RGB 175 96 57 -
CMYK 0 0.45 0.67 0.31
HSL 19.83º 0.51% 0.45% -
HSV(B) 19.83º 0.67% 0.69% -
XYZ 22.6 17.78 6.11 -
YUV 115.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 175 96 57 0 0.45 0.67 0.31 19.83 0.51 0.45
Hex AF 60 39 0 2D 43 1F 14 33 2D
Octal 257 140 71 0 55 103 37 24 63 55
Binary 10101111 1100000 111001 0 101101 1000011 11111 10100 110011 101101

Color Harmonies of #AF6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6039

Black with #AF6039

Text Example


Text Example

White with #AF6039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6039; }

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

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

background-color css

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

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

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

border-color css

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

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

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