Html Css Color HEX #AA493F Roof Terracotta

📋 copy color: '#AA493F'

red 170 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #AA493F

Tints of Roof Terracotta #AA493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 55.56%
G = 23.86%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA493F (or 0xAA493F) is known color: Roof Terracotta. HEX triplet: AA, 49 and 3F. RGB value is (170,73,63). Sum of RGB (Red+Green+Blue) = 170+73+63=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA493F is #55B6C0. Grayscale: #656565. Windows color (decimal): -5617345 or 4147626. OLE color: 4147626.

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

Color convert

RGB 170 73 63 -
CMYK 0 0.57 0.63 0.33
HSL 5.61º 0.46% 0.46% -
HSV(B) 5.61º 0.63% 0.67% -
XYZ 19.86 13.67 6.29 -
YUV 100.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 170 73 63 0 0.57 0.63 0.33 5.61 0.46 0.46
Hex AA 49 3F 0 39 3F 21 6 2E 2E
Octal 252 111 77 0 71 77 41 6 56 56
Binary 10101010 1001001 111111 0 111001 111111 100001 110 101110 101110

Color Harmonies of #AA493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA493F

Black with #AA493F

Text Example


Text Example

White with #AA493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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