Html Css Color HEX #AA604A Tuscany

📋 copy color: '#AA604A'

red 170 ◦ green 96 ◦ blue 74

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

Shades of Tuscany #AA604A

Tints of Tuscany #AA604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 50%
G = 28.24%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA604A (or 0xAA604A) is known color: Tuscany. HEX triplet: AA, 60 and 4A. RGB value is (170,96,74). Sum of RGB (Red+Green+Blue) = 170+96+74=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA604A is #559FB5. Grayscale: #737373. Windows color (decimal): -5611446 or 4874410. OLE color: 4874410.

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

Color convert

RGB 170 96 74 -
CMYK 0 0.44 0.56 0.33
HSL 13.75º 0.39% 0.48% -
HSV(B) 13.75º 0.56% 0.67% -
XYZ 22 17.41 8.68 -
YUV 115.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 170 96 74 0 0.44 0.56 0.33 13.75 0.39 0.48
Hex AA 60 4A 0 2C 38 21 E 27 30
Octal 252 140 112 0 54 70 41 16 47 60
Binary 10101010 1100000 1001010 0 101100 111000 100001 1110 100111 110000

Color Harmonies of #AA604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA604A

Black with #AA604A

Text Example


Text Example

White with #AA604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA604A; }

 p { color: rgb(170,96,74); }

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

background-color css

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

 a { background-color: rgb(170,96,74); }

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

border-color css

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

 span { border-color: rgb(170,96,74); }

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