Html Css Color HEX #AA6248 Tuscany

📋 copy color: '#AA6248'

red 170 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #AA6248

Tints of Tuscany #AA6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 50%
G = 28.82%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6248 (or 0xAA6248) is known color: Tuscany. HEX triplet: AA, 62 and 48. RGB value is (170,98,72). Sum of RGB (Red+Green+Blue) = 170+98+72=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6248 is #559DB7. Grayscale: #747474. Windows color (decimal): -5610936 or 4743850. OLE color: 4743850.

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

Color convert

RGB 170 98 72 -
CMYK 0 0.42 0.58 0.33
HSL 15.92º 0.4% 0.47% -
HSV(B) 15.92º 0.58% 0.67% -
XYZ 22.11 17.75 8.39 -
YUV 116.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 170 98 72 0 0.42 0.58 0.33 15.92 0.4 0.47
Hex AA 62 48 0 2A 3A 21 10 28 2F
Octal 252 142 110 0 52 72 41 20 50 57
Binary 10101010 1100010 1001000 0 101010 111010 100001 10000 101000 101111

Color Harmonies of #AA6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6248

Black with #AA6248

Text Example


Text Example

White with #AA6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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