Html Css Color HEX #AF6643 Tuscany

📋 copy color: '#AF6643'

red 175 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #AF6643

Tints of Tuscany #AF6643

RGB

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

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

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

R = 50.87%
G = 29.65%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6643 (or 0xAF6643) is known color: Tuscany. HEX triplet: AF, 66 and 43. RGB value is (175,102,67). Sum of RGB (Red+Green+Blue) = 175+102+67=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6643 is #5099BC. Grayscale: #787878. Windows color (decimal): -5282237 or 4417199. OLE color: 4417199.

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

Color convert

RGB 175 102 67 -
CMYK 0 0.42 0.62 0.31
HSL 19.44º 0.45% 0.47% -
HSV(B) 19.44º 0.62% 0.69% -
XYZ 23.44 19.02 7.75 -
YUV 119.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 175 102 67 0 0.42 0.62 0.31 19.44 0.45 0.47
Hex AF 66 43 0 2A 3E 1F 13 2D 2F
Octal 257 146 103 0 52 76 37 23 55 57
Binary 10101111 1100110 1000011 0 101010 111110 11111 10011 101101 101111

Color Harmonies of #AF6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6643

Black with #AF6643

Text Example


Text Example

White with #AF6643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6643; }

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

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

background-color css

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

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

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

border-color css

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

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

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