Html Css Color HEX #AA6140 Tuscany

📋 copy color: '#AA6140'

red 170 ◦ green 97 ◦ blue 64

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

Shades of Tuscany #AA6140

Tints of Tuscany #AA6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 51.36%
G = 29.31%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA6140 (or 0xAA6140) is known color: Tuscany. HEX triplet: AA, 61 and 40. RGB value is (170,97,64). Sum of RGB (Red+Green+Blue) = 170+97+64=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6140 is #559EBF. Grayscale: #737373. Windows color (decimal): -5611200 or 4219306. OLE color: 4219306.

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

Color convert

RGB 170 97 64 -
CMYK 0 0.43 0.62 0.33
HSL 18.68º 0.45% 0.46% -
HSV(B) 18.68º 0.62% 0.67% -
XYZ 21.78 17.47 7.07 -
YUV 115.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 170 97 64 0 0.43 0.62 0.33 18.68 0.45 0.46
Hex AA 61 40 0 2B 3E 21 13 2D 2E
Octal 252 141 100 0 53 76 41 23 55 56
Binary 10101010 1100001 1000000 0 101011 111110 100001 10011 101101 101110

Color Harmonies of #AA6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6140

Black with #AA6140

Text Example


Text Example

White with #AA6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6140; }

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

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

background-color css

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

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

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

border-color css

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

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

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