Html Css Color HEX #AA613E Tuscany

📋 copy color: '#AA613E'

red 170 ◦ green 97 ◦ blue 62

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

Shades of Tuscany #AA613E

Tints of Tuscany #AA613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 51.67%
G = 29.48%
B = 18.84%

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

#AA613E (or 0xAA613E) is known color: Tuscany. HEX triplet: AA, 61 and 3E. RGB value is (170,97,62). Sum of RGB (Red+Green+Blue) = 170+97+62=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA613E is #559EC1. Grayscale: #737373. Windows color (decimal): -5611202 or 4088234. OLE color: 4088234.

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

Color convert

RGB 170 97 62 -
CMYK 0 0.43 0.64 0.33
HSL 19.44º 0.47% 0.45% -
HSV(B) 19.44º 0.64% 0.67% -
XYZ 21.72 17.44 6.78 -
YUV 114.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 170 97 62 0 0.43 0.64 0.33 19.44 0.47 0.45
Hex AA 61 3E 0 2B 40 21 13 2F 2D
Octal 252 141 76 0 53 100 41 23 57 55
Binary 10101010 1100001 111110 0 101011 1000000 100001 10011 101111 101101

Color Harmonies of #AA613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA613E

Black with #AA613E

Text Example


Text Example

White with #AA613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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