#aa4641

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

Shades of Roof Terracotta #AA4641

Tints of Roof Terracotta #AA4641

Color information

#AA4641 (or 0xAA4641) is unknown color: approx Roof Terracotta. HEX triplet: AA, 46 and 41. RGB value is (170,70,65). Sum of RGB (Red+Green+Blue) = 170+70+65=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4641 is #55B9BE. Grayscale: #636363. Windows color (decimal): -5618111 or 4277930. OLE color: 4277930.

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

Color convert

RGB1707065-
CMYK00.590.620.33
HSL2.86º44.68%46.08%-
HSV(B)2.86º61.76%66.67%-
XYZ19.7213.316.53-
YUV99.33108.63178.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=55.74%
G=22.95%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170706500.590.620.332.8644.6846.08
HexAA464103B3E2132d2e
Octal252106101073764135556
Binary1010101010001101000001011101111111010000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4641; }

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

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

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

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

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

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

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

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