Html Css Color HEX #AF6845 Tuscany

📋 copy color: '#AF6845'

red 175 ◦ green 104 ◦ blue 69

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

Shades of Tuscany #AF6845

Tints of Tuscany #AF6845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 50.29%
G = 29.89%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6845 (or 0xAF6845) is known color: Tuscany. HEX triplet: AF, 68 and 45. RGB value is (175,104,69). Sum of RGB (Red+Green+Blue) = 175+104+69=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6845 is #5097BA. Grayscale: #797979. Windows color (decimal): -5281723 or 4548783. OLE color: 4548783.

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

Color convert

RGB 175 104 69 -
CMYK 0 0.41 0.61 0.31
HSL 19.81º 0.43% 0.48% -
HSV(B) 19.81º 0.61% 0.69% -
XYZ 23.7 19.44 8.13 -
YUV 121.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 175 104 69 0 0.41 0.61 0.31 19.81 0.43 0.48
Hex AF 68 45 0 29 3D 1F 14 2B 30
Octal 257 150 105 0 51 75 37 24 53 60
Binary 10101111 1101000 1000101 0 101001 111101 11111 10100 101011 110000

Color Harmonies of #AF6845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6845

Black with #AF6845

Text Example


Text Example

White with #AF6845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6845; }

 p { color: rgb(175,104,69); }

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

background-color css

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

 a { background-color: rgb(175,104,69); }

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

border-color css

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

 span { border-color: rgb(175,104,69); }

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