Html Css Color HEX #AA593F Tuscany

📋 copy color: '#AA593F'

red 170 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #AA593F

Tints of Tuscany #AA593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 63 (25% from 255) = 19.57%

R = 52.8%
G = 27.64%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA593F (or 0xAA593F) is known color: Tuscany. HEX triplet: AA, 59 and 3F. RGB value is (170,89,63). Sum of RGB (Red+Green+Blue) = 170+89+63=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593F is #55A6C0. Grayscale: #6E6E6E. Windows color (decimal): -5613249 or 4151722. OLE color: 4151722.

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

Color convert

RGB 170 89 63 -
CMYK 0 0.48 0.63 0.33
HSL 14.58º 0.46% 0.46% -
HSV(B) 14.58º 0.63% 0.67% -
XYZ 21.05 16.05 6.69 -
YUV 110.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 170 89 63 0 0.48 0.63 0.33 14.58 0.46 0.46
Hex AA 59 3F 0 30 3F 21 F 2E 2E
Octal 252 131 77 0 60 77 41 17 56 56
Binary 10101010 1011001 111111 0 110000 111111 100001 1111 101110 101110

Color Harmonies of #AA593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA593F

Black with #AA593F

Text Example


Text Example

White with #AA593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA593F; }

 p { color: rgb(170,89,63); }

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

background-color css

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

 a { background-color: rgb(170,89,63); }

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

border-color css

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

 span { border-color: rgb(170,89,63); }

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