#AE4545

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

Shades of Roof Terracotta #AE4545

Tints of Roof Terracotta #AE4545

Color information

#AE4545 (or 0xAE4545) is unknown color: approx Roof Terracotta. HEX triplet: AE, 45 and 45. RGB value is (174,69,69). Sum of RGB (Red+Green+Blue) = 174+69+69=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4545 is #51BABA. Grayscale: #646464. Windows color (decimal): -5356219 or 4539822. OLE color: 4539822.

HSL color Cylindrical-coordinate representation of color #AE4545: hue angle of 0º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4545 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1746969-
CMYK00.600.600.32
HSL43.21%47.65%-
HSV(B)60.34%68.24%-
XYZ20.6613.687.18-
YUV100.4110.29180.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=55.77%
G=22.12%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174696900.600.600.32043.2147.65
HexAE454503C3C2002b30
Octal256105105074744005360
Binary101011101000101100010101111001111001000000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4545; }

 p { color: rgb(174,69,69); }

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

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

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

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

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

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

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