Html Css Color HEX #AA5A3E Tuscany

📋 copy color: '#AA5A3E'

red 170 ◦ green 90 ◦ blue 62

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

Shades of Tuscany #AA5A3E

Tints of Tuscany #AA5A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 52.8%
G = 27.95%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA5A3E (or 0xAA5A3E) is known color: Tuscany. HEX triplet: AA, 5A and 3E. RGB value is (170,90,62). Sum of RGB (Red+Green+Blue) = 170+90+62=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A3E is #55A5C1. Grayscale: #6E6E6E. Windows color (decimal): -5612994 or 4086442. OLE color: 4086442.

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

Color convert

RGB 170 90 62 -
CMYK 0 0.47 0.64 0.33
HSL 15.56º 0.47% 0.45% -
HSV(B) 15.56º 0.64% 0.67% -
XYZ 21.1 16.21 6.57 -
YUV 110.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 170 90 62 0 0.47 0.64 0.33 15.56 0.47 0.45
Hex AA 5A 3E 0 2F 40 21 10 2F 2D
Octal 252 132 76 0 57 100 41 20 57 55
Binary 10101010 1011010 111110 0 101111 1000000 100001 10000 101111 101101

Color Harmonies of #AA5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A3E

Black with #AA5A3E

Text Example


Text Example

White with #AA5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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