Html Css Color HEX #AF6746 Tuscany

📋 copy color: '#AF6746'

red 175 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #AF6746

Tints of Tuscany #AF6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 50.29%
G = 29.6%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6746 (or 0xAF6746) is known color: Tuscany. HEX triplet: AF, 67 and 46. RGB value is (175,103,70). Sum of RGB (Red+Green+Blue) = 175+103+70=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6746 is #5098B9. Grayscale: #787878. Windows color (decimal): -5281978 or 4614063. OLE color: 4614063.

HSL color Cylindrical-coordinate representation of color #AF6746: hue angle of 18.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 #AF6746 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 70 -
CMYK 0 0.41 0.60 0.31
HSL 18.86º 0.43% 0.48% -
HSV(B) 18.86º 0.6% 0.69% -
XYZ 23.63 19.26 8.27 -
YUV 120.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 175 103 70 0 0.41 0.60 0.31 18.86 0.43 0.48
Hex AF 67 46 0 29 3C 1F 13 2B 30
Octal 257 147 106 0 51 74 37 23 53 60
Binary 10101111 1100111 1000110 0 101001 111100 11111 10011 101011 110000

Color Harmonies of #AF6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6746

Black with #AF6746

Text Example


Text Example

White with #AF6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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