Html Css Color HEX #AF6743 Tuscany

📋 copy color: '#AF6743'

red 175 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #AF6743

Tints of Tuscany #AF6743

RGB

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

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

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

R = 50.72%
G = 29.86%
B = 19.42%

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

#AF6743 (or 0xAF6743) is known color: Tuscany. HEX triplet: AF, 67 and 43. RGB value is (175,103,67). Sum of RGB (Red+Green+Blue) = 175+103+67=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6743 is #5098BC. Grayscale: #787878. Windows color (decimal): -5281981 or 4417455. OLE color: 4417455.

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

Color convert

RGB 175 103 67 -
CMYK 0 0.41 0.62 0.31
HSL 20º 0.45% 0.47% -
HSV(B) 20º 0.62% 0.69% -
XYZ 23.54 19.22 7.78 -
YUV 120.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 175 103 67 0 0.41 0.62 0.31 20 0.45 0.47
Hex AF 67 43 0 29 3E 1F 14 2D 2F
Octal 257 147 103 0 51 76 37 24 55 57
Binary 10101111 1100111 1000011 0 101001 111110 11111 10100 101101 101111

Color Harmonies of #AF6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6743

Black with #AF6743

Text Example


Text Example

White with #AF6743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6743; }

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

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

background-color css

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

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

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

border-color css

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

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

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