#AA4141

Color #AA4141 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #AA4141

Tints of Roof Terracotta #AA4141

Color information

#AA4141 (or 0xAA4141) is unknown color: approx Roof Terracotta. HEX triplet: AA, 41 and 41. RGB value is (170,65,65). Sum of RGB (Red+Green+Blue) = 170+65+65=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4141 is #55BEBE. Grayscale: #606060. Windows color (decimal): -5619391 or 4276650. OLE color: 4276650.

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

Color convert

RGB1706565-
CMYK00.620.620.33
HSL44.68%46.08%-
HSV(B)61.76%66.67%-
XYZ19.4212.716.43-
YUV96.4110.29180.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=56.67%
G=21.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170656500.620.620.33044.6846.08
HexAA414103E3E2102d2e
Octal252101101076764105556
Binary101010101000001100000101111101111101000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4141; }

 p { color: rgb(170,65,65); }

 H1.HeaderClassName
 {
   color: #AA4141;
 }
 .AnyTagClassName
 {
   color: #AA4141;
 }
</style>
background-color css

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

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

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

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

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

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