Html Css Color HEX #AA5C41 Tuscany

📋 copy color: '#AA5C41'

red 170 ◦ green 92 ◦ blue 65

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

Shades of Tuscany #AA5C41

Tints of Tuscany #AA5C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 51.99%
G = 28.13%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5C41 (or 0xAA5C41) is known color: Tuscany. HEX triplet: AA, 5C and 41. RGB value is (170,92,65). Sum of RGB (Red+Green+Blue) = 170+92+65=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C41 is #55A3BE. Grayscale: #707070. Windows color (decimal): -5612479 or 4283562. OLE color: 4283562.

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

Color convert

RGB 170 92 65 -
CMYK 0 0.46 0.62 0.33
HSL 15.43º 0.45% 0.46% -
HSV(B) 15.43º 0.62% 0.67% -
XYZ 21.36 16.58 7.08 -
YUV 112.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 170 92 65 0 0.46 0.62 0.33 15.43 0.45 0.46
Hex AA 5C 41 0 2E 3E 21 F 2D 2E
Octal 252 134 101 0 56 76 41 17 55 56
Binary 10101010 1011100 1000001 0 101110 111110 100001 1111 101101 101110

Color Harmonies of #AA5C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C41

Black with #AA5C41

Text Example


Text Example

White with #AA5C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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