Html Css Color HEX #AF6546 Tuscany

📋 copy color: '#AF6546'

red 175 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #AF6546

Tints of Tuscany #AF6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 50.58%
G = 29.19%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6546 (or 0xAF6546) is known color: Tuscany. HEX triplet: AF, 65 and 46. RGB value is (175,101,70). Sum of RGB (Red+Green+Blue) = 175+101+70=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6546 is #509AB9. Grayscale: #777777. Windows color (decimal): -5282490 or 4613551. OLE color: 4613551.

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

Color convert

RGB 175 101 70 -
CMYK 0 0.42 0.60 0.31
HSL 17.71º 0.43% 0.48% -
HSV(B) 17.71º 0.6% 0.69% -
XYZ 23.44 18.86 8.2 -
YUV 119.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 175 101 70 0 0.42 0.60 0.31 17.71 0.43 0.48
Hex AF 65 46 0 2A 3C 1F 12 2B 30
Octal 257 145 106 0 52 74 37 22 53 60
Binary 10101111 1100101 1000110 0 101010 111100 11111 10010 101011 110000

Color Harmonies of #AF6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6546

Black with #AF6546

Text Example


Text Example

White with #AF6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6546; }

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

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

background-color css

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

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

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

border-color css

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

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

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