Html Css Color HEX #AA6048 Tuscany

📋 copy color: '#AA6048'

red 170 ◦ green 96 ◦ blue 72

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

Shades of Tuscany #AA6048

Tints of Tuscany #AA6048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 50.3%
G = 28.4%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6048 (or 0xAA6048) is known color: Tuscany. HEX triplet: AA, 60 and 48. RGB value is (170,96,72). Sum of RGB (Red+Green+Blue) = 170+96+72=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6048 is #559FB7. Grayscale: #737373. Windows color (decimal): -5611448 or 4743338. OLE color: 4743338.

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

Color convert

RGB 170 96 72 -
CMYK 0 0.44 0.58 0.33
HSL 14.69º 0.4% 0.47% -
HSV(B) 14.69º 0.58% 0.67% -
XYZ 21.93 17.38 8.33 -
YUV 115.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 170 96 72 0 0.44 0.58 0.33 14.69 0.4 0.47
Hex AA 60 48 0 2C 3A 21 F 28 2F
Octal 252 140 110 0 54 72 41 17 50 57
Binary 10101010 1100000 1001000 0 101100 111010 100001 1111 101000 101111

Color Harmonies of #AA6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6048

Black with #AA6048

Text Example


Text Example

White with #AA6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6048; }

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

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

background-color css

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

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

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

border-color css

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

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

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