Html Css Color HEX #AF6644 Tuscany

📋 copy color: '#AF6644'

red 175 ◦ green 102 ◦ blue 68

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

Shades of Tuscany #AF6644

Tints of Tuscany #AF6644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 50.72%
G = 29.57%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6644 (or 0xAF6644) is known color: Tuscany. HEX triplet: AF, 66 and 44. RGB value is (175,102,68). Sum of RGB (Red+Green+Blue) = 175+102+68=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6644 is #5099BB. Grayscale: #787878. Windows color (decimal): -5282236 or 4482735. OLE color: 4482735.

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

Color convert

RGB 175 102 68 -
CMYK 0 0.42 0.61 0.31
HSL 19.07º 0.44% 0.48% -
HSV(B) 19.07º 0.61% 0.69% -
XYZ 23.47 19.03 7.91 -
YUV 119.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 175 102 68 0 0.42 0.61 0.31 19.07 0.44 0.48
Hex AF 66 44 0 2A 3D 1F 13 2C 30
Octal 257 146 104 0 52 75 37 23 54 60
Binary 10101111 1100110 1000100 0 101010 111101 11111 10011 101100 110000

Color Harmonies of #AF6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6644

Black with #AF6644

Text Example


Text Example

White with #AF6644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6644; }

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

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

background-color css

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

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

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

border-color css

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

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

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