Html Css Color HEX #AA663F Tuscany

📋 copy color: '#AA663F'

red 170 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #AA663F

Tints of Tuscany #AA663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 63 (25% from 255) = 18.81%

R = 50.75%
G = 30.45%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA663F (or 0xAA663F) is known color: Tuscany. HEX triplet: AA, 66 and 3F. RGB value is (170,102,63). Sum of RGB (Red+Green+Blue) = 170+102+63=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663F is #5599C0. Grayscale: #767676. Windows color (decimal): -5609921 or 4155050. OLE color: 4155050.

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

Color convert

RGB 170 102 63 -
CMYK 0 0.4 0.63 0.33
HSL 21.87º 0.46% 0.46% -
HSV(B) 21.87º 0.63% 0.67% -
XYZ 22.23 18.41 7.08 -
YUV 117.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 170 102 63 0 0.4 0.63 0.33 21.87 0.46 0.46
Hex AA 66 3F 0 28 3F 21 16 2E 2E
Octal 252 146 77 0 50 77 41 26 56 56
Binary 10101010 1100110 111111 0 101000 111111 100001 10110 101110 101110

Color Harmonies of #AA663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA663F

Black with #AA663F

Text Example


Text Example

White with #AA663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA663F; }

 p { color: rgb(170,102,63); }

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

background-color css

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

 a { background-color: rgb(170,102,63); }

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

border-color css

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

 span { border-color: rgb(170,102,63); }

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