Html Css Color HEX #AA613C Tuscany

📋 copy color: '#AA613C'

red 170 ◦ green 97 ◦ blue 60

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

Shades of Tuscany #AA613C

Tints of Tuscany #AA613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 51.99%
G = 29.66%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA613C (or 0xAA613C) is known color: Tuscany. HEX triplet: AA, 61 and 3C. RGB value is (170,97,60). Sum of RGB (Red+Green+Blue) = 170+97+60=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613C is #559EC3. Grayscale: #727272. Windows color (decimal): -5611204 or 3957162. OLE color: 3957162.

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

Color convert

RGB 170 97 60 -
CMYK 0 0.43 0.65 0.33
HSL 20.18º 0.48% 0.45% -
HSV(B) 20.18º 0.65% 0.67% -
XYZ 21.67 17.42 6.5 -
YUV 114.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 170 97 60 0 0.43 0.65 0.33 20.18 0.48 0.45
Hex AA 61 3C 0 2B 41 21 14 30 2D
Octal 252 141 74 0 53 101 41 24 60 55
Binary 10101010 1100001 111100 0 101011 1000001 100001 10100 110000 101101

Color Harmonies of #AA613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA613C

Black with #AA613C

Text Example


Text Example

White with #AA613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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