Html Css Color HEX #AA6348 Tuscany

📋 copy color: '#AA6348'

red 170 ◦ green 99 ◦ blue 72

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

Shades of Tuscany #AA6348

Tints of Tuscany #AA6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 49.85%
G = 29.03%
B = 21.11%

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

#AA6348 (or 0xAA6348) is known color: Tuscany. HEX triplet: AA, 63 and 48. RGB value is (170,99,72). Sum of RGB (Red+Green+Blue) = 170+99+72=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6348 is #559CB7. Grayscale: #757575. Windows color (decimal): -5610680 or 4744106. OLE color: 4744106.

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

Color convert

RGB 170 99 72 -
CMYK 0 0.42 0.58 0.33
HSL 16.53º 0.4% 0.47% -
HSV(B) 16.53º 0.58% 0.67% -
XYZ 22.21 17.94 8.42 -
YUV 117.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 170 99 72 0 0.42 0.58 0.33 16.53 0.4 0.47
Hex AA 63 48 0 2A 3A 21 11 28 2F
Octal 252 143 110 0 52 72 41 21 50 57
Binary 10101010 1100011 1001000 0 101010 111010 100001 10001 101000 101111

Color Harmonies of #AA6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6348

Black with #AA6348

Text Example


Text Example

White with #AA6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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