Html Css Color HEX #AA613F Tuscany

📋 copy color: '#AA613F'

red 170 ◦ green 97 ◦ blue 63

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

Shades of Tuscany #AA613F

Tints of Tuscany #AA613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 51.52%
G = 29.39%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA613F (or 0xAA613F) is known color: Tuscany. HEX triplet: AA, 61 and 3F. RGB value is (170,97,63). Sum of RGB (Red+Green+Blue) = 170+97+63=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613F is #559EC0. Grayscale: #737373. Windows color (decimal): -5611201 or 4153770. OLE color: 4153770.

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

Color convert

RGB 170 97 63 -
CMYK 0 0.43 0.63 0.33
HSL 19.07º 0.46% 0.46% -
HSV(B) 19.07º 0.63% 0.67% -
XYZ 21.75 17.45 6.93 -
YUV 114.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 170 97 63 0 0.43 0.63 0.33 19.07 0.46 0.46
Hex AA 61 3F 0 2B 3F 21 13 2E 2E
Octal 252 141 77 0 53 77 41 23 56 56
Binary 10101010 1100001 111111 0 101011 111111 100001 10011 101110 101110

Color Harmonies of #AA613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA613F

Black with #AA613F

Text Example


Text Example

White with #AA613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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