Html Css Color HEX #AA6148 Tuscany

📋 copy color: '#AA6148'

red 170 ◦ green 97 ◦ blue 72

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

Shades of Tuscany #AA6148

Tints of Tuscany #AA6148

RGB

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

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

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

R = 50.15%
G = 28.61%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6148 (or 0xAA6148) is known color: Tuscany. HEX triplet: AA, 61 and 48. RGB value is (170,97,72). Sum of RGB (Red+Green+Blue) = 170+97+72=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6148 is #559EB7. Grayscale: #747474. Windows color (decimal): -5611192 or 4743594. OLE color: 4743594.

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

Color convert

RGB 170 97 72 -
CMYK 0 0.43 0.58 0.33
HSL 15.31º 0.4% 0.47% -
HSV(B) 15.31º 0.58% 0.67% -
XYZ 22.02 17.56 8.36 -
YUV 115.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 170 97 72 0 0.43 0.58 0.33 15.31 0.4 0.47
Hex AA 61 48 0 2B 3A 21 F 28 2F
Octal 252 141 110 0 53 72 41 17 50 57
Binary 10101010 1100001 1001000 0 101011 111010 100001 1111 101000 101111

Color Harmonies of #AA6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6148

Black with #AA6148

Text Example


Text Example

White with #AA6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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