Html Css Color HEX #AF6444 Tuscany

📋 copy color: '#AF6444'

red 175 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #AF6444

Tints of Tuscany #AF6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 51.02%
G = 29.15%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6444 (or 0xAF6444) is known color: Tuscany. HEX triplet: AF, 64 and 44. RGB value is (175,100,68). Sum of RGB (Red+Green+Blue) = 175+100+68=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6444 is #509BBB. Grayscale: #767676. Windows color (decimal): -5282748 or 4482223. OLE color: 4482223.

HSL color Cylindrical-coordinate representation of color #AF6444: hue angle of 17.94º degrees, saturation: 0.44, 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 #AF6444 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 68 -
CMYK 0 0.43 0.61 0.31
HSL 17.94º 0.44% 0.48% -
HSV(B) 17.94º 0.61% 0.69% -
XYZ 23.28 18.65 7.84 -
YUV 118.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 175 100 68 0 0.43 0.61 0.31 17.94 0.44 0.48
Hex AF 64 44 0 2B 3D 1F 12 2C 30
Octal 257 144 104 0 53 75 37 22 54 60
Binary 10101111 1100100 1000100 0 101011 111101 11111 10010 101100 110000

Color Harmonies of #AF6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6444

Black with #AF6444

Text Example


Text Example

White with #AF6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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