Html Css Color HEX #AA5C43 Tuscany

📋 copy color: '#AA5C43'

red 170 ◦ green 92 ◦ blue 67

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

Shades of Tuscany #AA5C43

Tints of Tuscany #AA5C43

RGB

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

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

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

R = 51.67%
G = 27.96%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA5C43 (or 0xAA5C43) is known color: Tuscany. HEX triplet: AA, 5C and 43. RGB value is (170,92,67). Sum of RGB (Red+Green+Blue) = 170+92+67=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C43 is #55A3BC. Grayscale: #707070. Windows color (decimal): -5612477 or 4414634. OLE color: 4414634.

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

Color convert

RGB 170 92 67 -
CMYK 0 0.46 0.61 0.33
HSL 14.56º 0.43% 0.46% -
HSV(B) 14.56º 0.61% 0.67% -
XYZ 21.42 16.61 7.39 -
YUV 112.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 170 92 67 0 0.46 0.61 0.33 14.56 0.43 0.46
Hex AA 5C 43 0 2E 3D 21 F 2B 2E
Octal 252 134 103 0 56 75 41 17 53 56
Binary 10101010 1011100 1000011 0 101110 111101 100001 1111 101011 101110

Color Harmonies of #AA5C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C43

Black with #AA5C43

Text Example


Text Example

White with #AA5C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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