Html Css Color HEX #AA5E3B Tuscany

📋 copy color: '#AA5E3B'

red 170 ◦ green 94 ◦ blue 59

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

Shades of Tuscany #AA5E3B

Tints of Tuscany #AA5E3B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 52.63%
G = 29.1%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA5E3B (or 0xAA5E3B) is known color: Tuscany. HEX triplet: AA, 5E and 3B. RGB value is (170,94,59). Sum of RGB (Red+Green+Blue) = 170+94+59=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E3B is #55A1C4. Grayscale: #707070. Windows color (decimal): -5611973 or 3890858. OLE color: 3890858.

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

Color convert

RGB 170 94 59 -
CMYK 0 0.45 0.65 0.33
HSL 18.92º 0.48% 0.45% -
HSV(B) 18.92º 0.65% 0.67% -
XYZ 21.37 16.87 6.27 -
YUV 112.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 170 94 59 0 0.45 0.65 0.33 18.92 0.48 0.45
Hex AA 5E 3B 0 2D 41 21 13 30 2D
Octal 252 136 73 0 55 101 41 23 60 55
Binary 10101010 1011110 111011 0 101101 1000001 100001 10011 110000 101101

Color Harmonies of #AA5E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E3B

Black with #AA5E3B

Text Example


Text Example

White with #AA5E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E3B; }

 p { color: rgb(170,94,59); }

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

background-color css

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

 a { background-color: rgb(170,94,59); }

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

border-color css

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

 span { border-color: rgb(170,94,59); }

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