Html Css Color HEX #AF643E Tuscany

📋 copy color: '#AF643E'

red 175 ◦ green 100 ◦ blue 62

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

Shades of Tuscany #AF643E

Tints of Tuscany #AF643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 51.93%
G = 29.67%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF643E (or 0xAF643E) is known color: Tuscany. HEX triplet: AF, 64 and 3E. RGB value is (175,100,62). Sum of RGB (Red+Green+Blue) = 175+100+62=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643E is #509BC1. Grayscale: #767676. Windows color (decimal): -5282754 or 4089007. OLE color: 4089007.

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

Color convert

RGB 175 100 62 -
CMYK 0 0.43 0.65 0.31
HSL 20.18º 0.48% 0.46% -
HSV(B) 20.18º 0.65% 0.69% -
XYZ 23.11 18.58 6.93 -
YUV 118.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 175 100 62 0 0.43 0.65 0.31 20.18 0.48 0.46
Hex AF 64 3E 0 2B 41 1F 14 30 2E
Octal 257 144 76 0 53 101 37 24 60 56
Binary 10101111 1100100 111110 0 101011 1000001 11111 10100 110000 101110

Color Harmonies of #AF643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF643E

Black with #AF643E

Text Example


Text Example

White with #AF643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF643E; }

 p { color: rgb(175,100,62); }

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

background-color css

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

 a { background-color: rgb(175,100,62); }

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

border-color css

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

 span { border-color: rgb(175,100,62); }

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