Html Css Color HEX #AA603D Tuscany

📋 copy color: '#AA603D'

red 170 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AA603D

Tints of Tuscany #AA603D

RGB

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

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

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

R = 51.99%
G = 29.36%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA603D (or 0xAA603D) is known color: Tuscany. HEX triplet: AA, 60 and 3D. RGB value is (170,96,61). Sum of RGB (Red+Green+Blue) = 170+96+61=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA603D is #559FC2. Grayscale: #727272. Windows color (decimal): -5611459 or 4022442. OLE color: 4022442.

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

Color convert

RGB 170 96 61 -
CMYK 0 0.44 0.64 0.33
HSL 19.27º 0.47% 0.45% -
HSV(B) 19.27º 0.64% 0.67% -
XYZ 21.6 17.25 6.61 -
YUV 114.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 170 96 61 0 0.44 0.64 0.33 19.27 0.47 0.45
Hex AA 60 3D 0 2C 40 21 13 2F 2D
Octal 252 140 75 0 54 100 41 23 57 55
Binary 10101010 1100000 111101 0 101100 1000000 100001 10011 101111 101101

Color Harmonies of #AA603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA603D

Black with #AA603D

Text Example


Text Example

White with #AA603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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