Html Css Color HEX #AA5F40 Tuscany

📋 copy color: '#AA5F40'

red 170 ◦ green 95 ◦ blue 64

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

Shades of Tuscany #AA5F40

Tints of Tuscany #AA5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 51.67%
G = 28.88%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5F40 (or 0xAA5F40) is known color: Tuscany. HEX triplet: AA, 5F and 40. RGB value is (170,95,64). Sum of RGB (Red+Green+Blue) = 170+95+64=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5F40 is #55A0BF. Grayscale: #727272. Windows color (decimal): -5611712 or 4218794. OLE color: 4218794.

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

Color convert

RGB 170 95 64 -
CMYK 0 0.44 0.62 0.33
HSL 17.55º 0.45% 0.46% -
HSV(B) 17.55º 0.62% 0.67% -
XYZ 21.6 17.1 7.01 -
YUV 113.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 170 95 64 0 0.44 0.62 0.33 17.55 0.45 0.46
Hex AA 5F 40 0 2C 3E 21 12 2D 2E
Octal 252 137 100 0 54 76 41 22 55 56
Binary 10101010 1011111 1000000 0 101100 111110 100001 10010 101101 101110

Color Harmonies of #AA5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F40

Black with #AA5F40

Text Example


Text Example

White with #AA5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F40; }

 p { color: rgb(170,95,64); }

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

background-color css

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

 a { background-color: rgb(170,95,64); }

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

border-color css

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

 span { border-color: rgb(170,95,64); }

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