Html Css Color HEX #AF6843 Tuscany

📋 copy color: '#AF6843'

red 175 ◦ green 104 ◦ blue 67

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

Shades of Tuscany #AF6843

Tints of Tuscany #AF6843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 50.58%
G = 30.06%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6843 (or 0xAF6843) is known color: Tuscany. HEX triplet: AF, 68 and 43. RGB value is (175,104,67). Sum of RGB (Red+Green+Blue) = 175+104+67=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6843 is #5097BC. Grayscale: #797979. Windows color (decimal): -5281725 or 4417711. OLE color: 4417711.

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

Color convert

RGB 175 104 67 -
CMYK 0 0.41 0.62 0.31
HSL 20.56º 0.45% 0.47% -
HSV(B) 20.56º 0.62% 0.69% -
XYZ 23.64 19.42 7.81 -
YUV 121.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 175 104 67 0 0.41 0.62 0.31 20.56 0.45 0.47
Hex AF 68 43 0 29 3E 1F 15 2D 2F
Octal 257 150 103 0 51 76 37 25 55 57
Binary 10101111 1101000 1000011 0 101001 111110 11111 10101 101101 101111

Color Harmonies of #AF6843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6843

Black with #AF6843

Text Example


Text Example

White with #AF6843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6843; }

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

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

background-color css

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

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

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

border-color css

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

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

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