Html Css Color HEX #AA6343 Tuscany

📋 copy color: '#AA6343'

red 170 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #AA6343

Tints of Tuscany #AA6343

RGB

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

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

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

R = 50.6%
G = 29.46%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA6343 (or 0xAA6343) is known color: Tuscany. HEX triplet: AA, 63 and 43. RGB value is (170,99,67). Sum of RGB (Red+Green+Blue) = 170+99+67=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6343 is #559CBC. Grayscale: #747474. Windows color (decimal): -5610685 or 4416426. OLE color: 4416426.

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

Color convert

RGB 170 99 67 -
CMYK 0 0.42 0.61 0.33
HSL 18.64º 0.43% 0.46% -
HSV(B) 18.64º 0.61% 0.67% -
XYZ 22.05 17.87 7.6 -
YUV 116.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 170 99 67 0 0.42 0.61 0.33 18.64 0.43 0.46
Hex AA 63 43 0 2A 3D 21 13 2B 2E
Octal 252 143 103 0 52 75 41 23 53 56
Binary 10101010 1100011 1000011 0 101010 111101 100001 10011 101011 101110

Color Harmonies of #AA6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6343

Black with #AA6343

Text Example


Text Example

White with #AA6343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6343; }

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

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

background-color css

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

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

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

border-color css

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

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

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