#AA4A41

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

Shades of Roof Terracotta #AA4A41

Tints of Roof Terracotta #AA4A41

Color information

#AA4A41 (or 0xAA4A41) is unknown color: approx Roof Terracotta. HEX triplet: AA, 4A and 41. RGB value is (170,74,65). Sum of RGB (Red+Green+Blue) = 170+74+65=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A41 is #55B5BE. Grayscale: #656565. Windows color (decimal): -5617087 or 4278954. OLE color: 4278954.

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

Color convert

RGB1707465-
CMYK00.560.620.33
HSL5.14º44.68%46.08%-
HSV(B)5.14º61.76%66.67%-
XYZ19.9813.836.62-
YUV101.68107.3176.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=55.02%
G=23.95%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170746500.560.620.335.1444.6846.08
HexAA4A410383E2152d2e
Octal252112101070764155556
Binary10101010100101010000010111000111110100001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A41; }

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

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

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

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

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

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

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

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