#AA4541

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

Shades of Roof Terracotta #AA4541

Tints of Roof Terracotta #AA4541

Color information

#AA4541 (or 0xAA4541) is unknown color: approx Roof Terracotta. HEX triplet: AA, 45 and 41. RGB value is (170,69,65). Sum of RGB (Red+Green+Blue) = 170+69+65=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4541 is #55BABE. Grayscale: #626262. Windows color (decimal): -5618367 or 4277674. OLE color: 4277674.

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

Color convert

RGB1706965-
CMYK00.590.620.33
HSL2.29º44.68%46.08%-
HSV(B)2.29º61.76%66.67%-
XYZ19.6613.186.51-
YUV98.74108.96178.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=55.92%
G=22.70%
B=21.38%

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
Decimal170696500.590.620.332.2944.6846.08
HexAA454103B3E2122d2e
Octal252105101073764125556
Binary1010101010001011000001011101111111010000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4541; }

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

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

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

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

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

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

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

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