Html Css Color HEX #AA5D3F Tuscany

📋 copy color: '#AA5D3F'

red 170 ◦ green 93 ◦ blue 63

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

Shades of Tuscany #AA5D3F

Tints of Tuscany #AA5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 52.15%
G = 28.53%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA5D3F (or 0xAA5D3F) is known color: Tuscany. HEX triplet: AA, 5D and 3F. RGB value is (170,93,63). Sum of RGB (Red+Green+Blue) = 170+93+63=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D3F is #55A2C0. Grayscale: #707070. Windows color (decimal): -5612225 or 4152746. OLE color: 4152746.

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

Color convert

RGB 170 93 63 -
CMYK 0 0.45 0.63 0.33
HSL 16.82º 0.46% 0.46% -
HSV(B) 16.82º 0.63% 0.67% -
XYZ 21.39 16.73 6.81 -
YUV 112.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 170 93 63 0 0.45 0.63 0.33 16.82 0.46 0.46
Hex AA 5D 3F 0 2D 3F 21 11 2E 2E
Octal 252 135 77 0 55 77 41 21 56 56
Binary 10101010 1011101 111111 0 101101 111111 100001 10001 101110 101110

Color Harmonies of #AA5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D3F

Black with #AA5D3F

Text Example


Text Example

White with #AA5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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