Html Css Color HEX #AA6540 Tuscany

📋 copy color: '#AA6540'

red 170 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #AA6540

Tints of Tuscany #AA6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 50.75%
G = 30.15%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6540 (or 0xAA6540) is known color: Tuscany. HEX triplet: AA, 65 and 40. RGB value is (170,101,64). Sum of RGB (Red+Green+Blue) = 170+101+64=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6540 is #559ABF. Grayscale: #757575. Windows color (decimal): -5610176 or 4220330. OLE color: 4220330.

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

Color convert

RGB 170 101 64 -
CMYK 0 0.41 0.62 0.33
HSL 20.94º 0.45% 0.46% -
HSV(B) 20.94º 0.62% 0.67% -
XYZ 22.16 18.22 7.2 -
YUV 117.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 170 101 64 0 0.41 0.62 0.33 20.94 0.45 0.46
Hex AA 65 40 0 29 3E 21 15 2D 2E
Octal 252 145 100 0 51 76 41 25 55 56
Binary 10101010 1100101 1000000 0 101001 111110 100001 10101 101101 101110

Color Harmonies of #AA6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6540

Black with #AA6540

Text Example


Text Example

White with #AA6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6540; }

 p { color: rgb(170,101,64); }

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

background-color css

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

 a { background-color: rgb(170,101,64); }

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

border-color css

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

 span { border-color: rgb(170,101,64); }

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