Html Css Color HEX #AA613D Tuscany

📋 copy color: '#AA613D'

red 170 ◦ green 97 ◦ blue 61

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

Shades of Tuscany #AA613D

Tints of Tuscany #AA613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 51.83%
G = 29.57%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA613D (or 0xAA613D) is known color: Tuscany. HEX triplet: AA, 61 and 3D. RGB value is (170,97,61). Sum of RGB (Red+Green+Blue) = 170+97+61=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613D is #559EC2. Grayscale: #727272. Windows color (decimal): -5611203 or 4022698. OLE color: 4022698.

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

Color convert

RGB 170 97 61 -
CMYK 0 0.43 0.64 0.33
HSL 19.82º 0.47% 0.45% -
HSV(B) 19.82º 0.64% 0.67% -
XYZ 21.69 17.43 6.64 -
YUV 114.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 170 97 61 0 0.43 0.64 0.33 19.82 0.47 0.45
Hex AA 61 3D 0 2B 40 21 14 2F 2D
Octal 252 141 75 0 53 100 41 24 57 55
Binary 10101010 1100001 111101 0 101011 1000000 100001 10100 101111 101101

Color Harmonies of #AA613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA613D

Black with #AA613D

Text Example


Text Example

White with #AA613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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