Html Css Color HEX #AA6341 Tuscany

📋 copy color: '#AA6341'

red 170 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #AA6341

Tints of Tuscany #AA6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 50.9%
G = 29.64%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6341 (or 0xAA6341) is known color: Tuscany. HEX triplet: AA, 63 and 41. RGB value is (170,99,65). Sum of RGB (Red+Green+Blue) = 170+99+65=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6341 is #559CBE. Grayscale: #747474. Windows color (decimal): -5610687 or 4285354. OLE color: 4285354.

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

Color convert

RGB 170 99 65 -
CMYK 0 0.42 0.62 0.33
HSL 19.43º 0.45% 0.46% -
HSV(B) 19.43º 0.62% 0.67% -
XYZ 21.99 17.85 7.29 -
YUV 116.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 170 99 65 0 0.42 0.62 0.33 19.43 0.45 0.46
Hex AA 63 41 0 2A 3E 21 13 2D 2E
Octal 252 143 101 0 52 76 41 23 55 56
Binary 10101010 1100011 1000001 0 101010 111110 100001 10011 101101 101110

Color Harmonies of #AA6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6341

Black with #AA6341

Text Example


Text Example

White with #AA6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6341; }

 p { color: rgb(170,99,65); }

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

background-color css

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

 a { background-color: rgb(170,99,65); }

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

border-color css

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

 span { border-color: rgb(170,99,65); }

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