Html Css Color HEX #AA6748 Tuscany

📋 copy color: '#AA6748'

red 170 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #AA6748

Tints of Tuscany #AA6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 49.28%
G = 29.86%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6748 (or 0xAA6748) is known color: Tuscany. HEX triplet: AA, 67 and 48. RGB value is (170,103,72). Sum of RGB (Red+Green+Blue) = 170+103+72=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6748 is #5598B7. Grayscale: #777777. Windows color (decimal): -5609656 or 4745130. OLE color: 4745130.

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

Color convert

RGB 170 103 72 -
CMYK 0 0.39 0.58 0.33
HSL 18.98º 0.4% 0.47% -
HSV(B) 18.98º 0.58% 0.67% -
XYZ 22.6 18.71 8.55 -
YUV 119.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 170 103 72 0 0.39 0.58 0.33 18.98 0.4 0.47
Hex AA 67 48 0 27 3A 21 13 28 2F
Octal 252 147 110 0 47 72 41 23 50 57
Binary 10101010 1100111 1001000 0 100111 111010 100001 10011 101000 101111

Color Harmonies of #AA6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6748

Black with #AA6748

Text Example


Text Example

White with #AA6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6748; }

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

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

background-color css

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

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

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

border-color css

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

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

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