Html Css Color HEX #AF6647 Tuscany

📋 copy color: '#AF6647'

red 175 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #AF6647

Tints of Tuscany #AF6647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 50.29%
G = 29.31%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6647 (or 0xAF6647) is known color: Tuscany. HEX triplet: AF, 66 and 47. RGB value is (175,102,71). Sum of RGB (Red+Green+Blue) = 175+102+71=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6647 is #5099B8. Grayscale: #787878. Windows color (decimal): -5282233 or 4679343. OLE color: 4679343.

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

Color convert

RGB 175 102 71 -
CMYK 0 0.42 0.59 0.31
HSL 17.88º 0.42% 0.48% -
HSV(B) 17.88º 0.59% 0.69% -
XYZ 23.57 19.07 8.4 -
YUV 120.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 175 102 71 0 0.42 0.59 0.31 17.88 0.42 0.48
Hex AF 66 47 0 2A 3B 1F 12 2A 30
Octal 257 146 107 0 52 73 37 22 52 60
Binary 10101111 1100110 1000111 0 101010 111011 11111 10010 101010 110000

Color Harmonies of #AF6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6647

Black with #AF6647

Text Example


Text Example

White with #AF6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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