Html Css Color HEX #AA5B3E Tuscany

📋 copy color: '#AA5B3E'

red 170 ◦ green 91 ◦ blue 62

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

Shades of Tuscany #AA5B3E

Tints of Tuscany #AA5B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 52.63%
G = 28.17%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA5B3E (or 0xAA5B3E) is known color: Tuscany. HEX triplet: AA, 5B and 3E. RGB value is (170,91,62). Sum of RGB (Red+Green+Blue) = 170+91+62=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B3E is #55A4C1. Grayscale: #6F6F6F. Windows color (decimal): -5612738 or 4086698. OLE color: 4086698.

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

Color convert

RGB 170 91 62 -
CMYK 0 0.46 0.64 0.33
HSL 16.11º 0.47% 0.45% -
HSV(B) 16.11º 0.64% 0.67% -
XYZ 21.19 16.38 6.6 -
YUV 111.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 170 91 62 0 0.46 0.64 0.33 16.11 0.47 0.45
Hex AA 5B 3E 0 2E 40 21 10 2F 2D
Octal 252 133 76 0 56 100 41 20 57 55
Binary 10101010 1011011 111110 0 101110 1000000 100001 10000 101111 101101

Color Harmonies of #AA5B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B3E

Black with #AA5B3E

Text Example


Text Example

White with #AA5B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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