Html Css Color HEX #AA604B Tuscany

📋 copy color: '#AA604B'

red 170 ◦ green 96 ◦ blue 75

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

Shades of Tuscany #AA604B

Tints of Tuscany #AA604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 49.85%
G = 28.15%
B = 21.99%

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

#AA604B (or 0xAA604B) is known color: Tuscany. HEX triplet: AA, 60 and 4B. RGB value is (170,96,75). Sum of RGB (Red+Green+Blue) = 170+96+75=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA604B is #559FB4. Grayscale: #737373. Windows color (decimal): -5611445 or 4939946. OLE color: 4939946.

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

Color convert

RGB 170 96 75 -
CMYK 0 0.44 0.56 0.33
HSL 13.26º 0.39% 0.48% -
HSV(B) 13.26º 0.56% 0.67% -
XYZ 22.03 17.42 8.86 -
YUV 115.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 170 96 75 0 0.44 0.56 0.33 13.26 0.39 0.48
Hex AA 60 4B 0 2C 38 21 D 27 30
Octal 252 140 113 0 54 70 41 15 47 60
Binary 10101010 1100000 1001011 0 101100 111000 100001 1101 100111 110000

Color Harmonies of #AA604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA604B

Black with #AA604B

Text Example


Text Example

White with #AA604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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