Html Css Color HEX #AA6146 Tuscany

📋 copy color: '#AA6146'

red 170 ◦ green 97 ◦ blue 70

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

Shades of Tuscany #AA6146

Tints of Tuscany #AA6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 50.45%
G = 28.78%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA6146 (or 0xAA6146) is known color: Tuscany. HEX triplet: AA, 61 and 46. RGB value is (170,97,70). Sum of RGB (Red+Green+Blue) = 170+97+70=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6146 is #559EB9. Grayscale: #737373. Windows color (decimal): -5611194 or 4612522. OLE color: 4612522.

HSL color Cylindrical-coordinate representation of color #AA6146: hue angle of 16.2º 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 #AA6146 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 70 -
CMYK 0 0.43 0.59 0.33
HSL 16.2º 0.42% 0.47% -
HSV(B) 16.2º 0.59% 0.67% -
XYZ 21.96 17.54 8.02 -
YUV 115.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 170 97 70 0 0.43 0.59 0.33 16.2 0.42 0.47
Hex AA 61 46 0 2B 3B 21 10 2A 2F
Octal 252 141 106 0 53 73 41 20 52 57
Binary 10101010 1100001 1000110 0 101011 111011 100001 10000 101010 101111

Color Harmonies of #AA6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6146

Black with #AA6146

Text Example


Text Example

White with #AA6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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