Html Css Color HEX #AA5A41 Tuscany

📋 copy color: '#AA5A41'

red 170 ◦ green 90 ◦ blue 65

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

Shades of Tuscany #AA5A41

Tints of Tuscany #AA5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 52.31%
G = 27.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5A41 (or 0xAA5A41) is known color: Tuscany. HEX triplet: AA, 5A and 41. RGB value is (170,90,65). Sum of RGB (Red+Green+Blue) = 170+90+65=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A41 is #55A5BE. Grayscale: #6F6F6F. Windows color (decimal): -5612991 or 4283050. OLE color: 4283050.

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

Color convert

RGB 170 90 65 -
CMYK 0 0.47 0.62 0.33
HSL 14.29º 0.45% 0.46% -
HSV(B) 14.29º 0.62% 0.67% -
XYZ 21.19 16.24 7.02 -
YUV 111.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 170 90 65 0 0.47 0.62 0.33 14.29 0.45 0.46
Hex AA 5A 41 0 2F 3E 21 E 2D 2E
Octal 252 132 101 0 57 76 41 16 55 56
Binary 10101010 1011010 1000001 0 101111 111110 100001 1110 101101 101110

Color Harmonies of #AA5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A41

Black with #AA5A41

Text Example


Text Example

White with #AA5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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