Html Css Color HEX #AA6346 Tuscany

📋 copy color: '#AA6346'

red 170 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #AA6346

Tints of Tuscany #AA6346

RGB

 RED value IS 170 (66.8% from 255) = 50.15%

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 50.15%
G = 29.2%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA6346 (or 0xAA6346) is known color: Tuscany. HEX triplet: AA, 63 and 46. RGB value is (170,99,70). Sum of RGB (Red+Green+Blue) = 170+99+70=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6346 is #559CB9. Grayscale: #757575. Windows color (decimal): -5610682 or 4613034. OLE color: 4613034.

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

Color convert

RGB 170 99 70 -
CMYK 0 0.42 0.59 0.33
HSL 17.4º 0.42% 0.47% -
HSV(B) 17.4º 0.59% 0.67% -
XYZ 22.14 17.91 8.08 -
YUV 116.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 170 99 70 0 0.42 0.59 0.33 17.4 0.42 0.47
Hex AA 63 46 0 2A 3B 21 11 2A 2F
Octal 252 143 106 0 52 73 41 21 52 57
Binary 10101010 1100011 1000110 0 101010 111011 100001 10001 101010 101111

Color Harmonies of #AA6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6346

Black with #AA6346

Text Example


Text Example

White with #AA6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6346; }

 p { color: rgb(170,99,70); }

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

background-color css

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

 a { background-color: rgb(170,99,70); }

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

border-color css

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

 span { border-color: rgb(170,99,70); }

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