Html Css Color HEX #AA5C3E Tuscany

📋 copy color: '#AA5C3E'

red 170 ◦ green 92 ◦ blue 62

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

Shades of Tuscany #AA5C3E

Tints of Tuscany #AA5C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 52.47%
G = 28.4%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA5C3E (or 0xAA5C3E) is known color: Tuscany. HEX triplet: AA, 5C and 3E. RGB value is (170,92,62). Sum of RGB (Red+Green+Blue) = 170+92+62=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C3E is #55A3C1. Grayscale: #707070. Windows color (decimal): -5612482 or 4086954. OLE color: 4086954.

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

Color convert

RGB 170 92 62 -
CMYK 0 0.46 0.64 0.33
HSL 16.67º 0.47% 0.45% -
HSV(B) 16.67º 0.64% 0.67% -
XYZ 21.27 16.55 6.63 -
YUV 111.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 170 92 62 0 0.46 0.64 0.33 16.67 0.47 0.45
Hex AA 5C 3E 0 2E 40 21 11 2F 2D
Octal 252 134 76 0 56 100 41 21 57 55
Binary 10101010 1011100 111110 0 101110 1000000 100001 10001 101111 101101

Color Harmonies of #AA5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C3E

Black with #AA5C3E

Text Example


Text Example

White with #AA5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C3E; }

 p { color: rgb(170,92,62); }

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

background-color css

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

 a { background-color: rgb(170,92,62); }

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

border-color css

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

 span { border-color: rgb(170,92,62); }

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