Html Css Color HEX #AF6046 Tuscany

📋 copy color: '#AF6046'

red 175 ◦ green 96 ◦ blue 70

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

Shades of Tuscany #AF6046

Tints of Tuscany #AF6046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 51.32%
G = 28.15%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6046 (or 0xAF6046) is known color: Tuscany. HEX triplet: AF, 60 and 46. RGB value is (175,96,70). Sum of RGB (Red+Green+Blue) = 175+96+70=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6046 is #509FB9. Grayscale: #747474. Windows color (decimal): -5283770 or 4612271. OLE color: 4612271.

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

Color convert

RGB 175 96 70 -
CMYK 0 0.45 0.60 0.31
HSL 14.86º 0.43% 0.48% -
HSV(B) 14.86º 0.6% 0.69% -
XYZ 22.97 17.92 8.04 -
YUV 116.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 175 96 70 0 0.45 0.60 0.31 14.86 0.43 0.48
Hex AF 60 46 0 2D 3C 1F F 2B 30
Octal 257 140 106 0 55 74 37 17 53 60
Binary 10101111 1100000 1000110 0 101101 111100 11111 1111 101011 110000

Color Harmonies of #AF6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6046

Black with #AF6046

Text Example


Text Example

White with #AF6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6046; }

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

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

background-color css

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

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

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

border-color css

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

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

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