Html Css Color HEX #AA6043 Tuscany

📋 copy color: '#AA6043'

red 170 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #AA6043

Tints of Tuscany #AA6043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

 BLUE value IS 67 (26.56% from 255) = 20.12%

R = 51.05%
G = 28.83%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6043 (or 0xAA6043) is known color: Tuscany. HEX triplet: AA, 60 and 43. RGB value is (170,96,67). Sum of RGB (Red+Green+Blue) = 170+96+67=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6043 is #559FBC. Grayscale: #737373. Windows color (decimal): -5611453 or 4415658. OLE color: 4415658.

HSL color Cylindrical-coordinate representation of color #AA6043: hue angle of 16.89º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA6043 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 67 -
CMYK 0 0.44 0.61 0.33
HSL 16.89º 0.43% 0.46% -
HSV(B) 16.89º 0.61% 0.67% -
XYZ 21.77 17.32 7.51 -
YUV 114.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 170 96 67 0 0.44 0.61 0.33 16.89 0.43 0.46
Hex AA 60 43 0 2C 3D 21 11 2B 2E
Octal 252 140 103 0 54 75 41 21 53 56
Binary 10101010 1100000 1000011 0 101100 111101 100001 10001 101011 101110

Color Harmonies of #AA6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6043

Black with #AA6043

Text Example


Text Example

White with #AA6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6043; }

 p { color: rgb(170,96,67); }

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

background-color css

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

 a { background-color: rgb(170,96,67); }

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

border-color css

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

 span { border-color: rgb(170,96,67); }

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