Html Css Color HEX #AA653F Tuscany

📋 copy color: '#AA653F'

red 170 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #AA653F

Tints of Tuscany #AA653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 50.9%
G = 30.24%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA653F (or 0xAA653F) is known color: Tuscany. HEX triplet: AA, 65 and 3F. RGB value is (170,101,63). Sum of RGB (Red+Green+Blue) = 170+101+63=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653F is #559AC0. Grayscale: #757575. Windows color (decimal): -5610177 or 4154794. OLE color: 4154794.

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

Color convert

RGB 170 101 63 -
CMYK 0 0.41 0.63 0.33
HSL 21.31º 0.46% 0.46% -
HSV(B) 21.31º 0.63% 0.67% -
XYZ 22.13 18.21 7.05 -
YUV 117.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 170 101 63 0 0.41 0.63 0.33 21.31 0.46 0.46
Hex AA 65 3F 0 29 3F 21 15 2E 2E
Octal 252 145 77 0 51 77 41 25 56 56
Binary 10101010 1100101 111111 0 101001 111111 100001 10101 101110 101110

Color Harmonies of #AA653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA653F

Black with #AA653F

Text Example


Text Example

White with #AA653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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