Html Css Color HEX #AA6448 Tuscany

📋 copy color: '#AA6448'

red 170 ◦ green 100 ◦ blue 72

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

Shades of Tuscany #AA6448

Tints of Tuscany #AA6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 49.71%
G = 29.24%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6448 (or 0xAA6448) is known color: Tuscany. HEX triplet: AA, 64 and 48. RGB value is (170,100,72). Sum of RGB (Red+Green+Blue) = 170+100+72=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6448 is #559BB7. Grayscale: #757575. Windows color (decimal): -5610424 or 4744362. OLE color: 4744362.

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

Color convert

RGB 170 100 72 -
CMYK 0 0.41 0.58 0.33
HSL 17.14º 0.4% 0.47% -
HSV(B) 17.14º 0.58% 0.67% -
XYZ 22.3 18.13 8.45 -
YUV 117.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 170 100 72 0 0.41 0.58 0.33 17.14 0.4 0.47
Hex AA 64 48 0 29 3A 21 11 28 2F
Octal 252 144 110 0 51 72 41 21 50 57
Binary 10101010 1100100 1001000 0 101001 111010 100001 10001 101000 101111

Color Harmonies of #AA6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6448

Black with #AA6448

Text Example


Text Example

White with #AA6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6448; }

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

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

background-color css

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

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

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

border-color css

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

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

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