Html Css Color HEX #AA6141 Tuscany

📋 copy color: '#AA6141'

red 170 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #AA6141

Tints of Tuscany #AA6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 51.2%
G = 29.22%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6141 (or 0xAA6141) is known color: Tuscany. HEX triplet: AA, 61 and 41. RGB value is (170,97,65). Sum of RGB (Red+Green+Blue) = 170+97+65=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6141 is #559EBE. Grayscale: #737373. Windows color (decimal): -5611199 or 4284842. OLE color: 4284842.

HSL color Cylindrical-coordinate representation of color #AA6141: hue angle of 18.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA6141 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 65 -
CMYK 0 0.43 0.62 0.33
HSL 18.29º 0.45% 0.46% -
HSV(B) 18.29º 0.62% 0.67% -
XYZ 21.81 17.48 7.23 -
YUV 115.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 170 97 65 0 0.43 0.62 0.33 18.29 0.45 0.46
Hex AA 61 41 0 2B 3E 21 12 2D 2E
Octal 252 141 101 0 53 76 41 22 55 56
Binary 10101010 1100001 1000001 0 101011 111110 100001 10010 101101 101110

Color Harmonies of #AA6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6141

Black with #AA6141

Text Example


Text Example

White with #AA6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6141; }

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

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

background-color css

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

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

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

border-color css

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

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

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