Html Css Color HEX #AA5D3D Tuscany

📋 copy color: '#AA5D3D'

red 170 ◦ green 93 ◦ blue 61

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

Shades of Tuscany #AA5D3D

Tints of Tuscany #AA5D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 52.47%
G = 28.7%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA5D3D (or 0xAA5D3D) is known color: Tuscany. HEX triplet: AA, 5D and 3D. RGB value is (170,93,61). Sum of RGB (Red+Green+Blue) = 170+93+61=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D3D is #55A2C2. Grayscale: #707070. Windows color (decimal): -5612227 or 4021674. OLE color: 4021674.

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

Color convert

RGB 170 93 61 -
CMYK 0 0.45 0.64 0.33
HSL 17.61º 0.47% 0.45% -
HSV(B) 17.61º 0.64% 0.67% -
XYZ 21.33 16.71 6.52 -
YUV 112.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 170 93 61 0 0.45 0.64 0.33 17.61 0.47 0.45
Hex AA 5D 3D 0 2D 40 21 12 2F 2D
Octal 252 135 75 0 55 100 41 22 57 55
Binary 10101010 1011101 111101 0 101101 1000000 100001 10010 101111 101101

Color Harmonies of #AA5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D3D

Black with #AA5D3D

Text Example


Text Example

White with #AA5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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