Html Css Color HEX #AA6145 Tuscany

📋 copy color: '#AA6145'

red 170 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #AA6145

Tints of Tuscany #AA6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 50.6%
G = 28.87%
B = 20.54%

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

#AA6145 (or 0xAA6145) is known color: Tuscany. HEX triplet: AA, 61 and 45. RGB value is (170,97,69). Sum of RGB (Red+Green+Blue) = 170+97+69=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6145 is #559EBA. Grayscale: #737373. Windows color (decimal): -5611195 or 4546986. OLE color: 4546986.

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

Color convert

RGB 170 97 69 -
CMYK 0 0.43 0.59 0.33
HSL 16.63º 0.42% 0.47% -
HSV(B) 16.63º 0.59% 0.67% -
XYZ 21.93 17.53 7.86 -
YUV 115.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 170 97 69 0 0.43 0.59 0.33 16.63 0.42 0.47
Hex AA 61 45 0 2B 3B 21 11 2A 2F
Octal 252 141 105 0 53 73 41 21 52 57
Binary 10101010 1100001 1000101 0 101011 111011 100001 10001 101010 101111

Color Harmonies of #AA6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6145

Black with #AA6145

Text Example


Text Example

White with #AA6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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