#AE4645

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

Shades of Roof Terracotta #AE4645

Tints of Roof Terracotta #AE4645

Color information

#AE4645 (or 0xAE4645) is unknown color: approx Roof Terracotta. HEX triplet: AE, 46 and 45. RGB value is (174,70,69). Sum of RGB (Red+Green+Blue) = 174+70+69=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4645 is #51B9BA. Grayscale: #656565. Windows color (decimal): -5355963 or 4540078. OLE color: 4540078.

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

Color convert

RGB1747069-
CMYK00.600.600.32
HSL0.57º43.21%47.65%-
HSV(B)0.57º60.34%68.24%-
XYZ20.7213.817.2-
YUV100.98109.96180.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=55.59%
G=22.36%
B=22.04%

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
Decimal174706900.600.600.320.5743.2147.65
HexAE464503C3C2012b30
Octal256106105074744015360
Binary101011101000110100010101111001111001000001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4645; }

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

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

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

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

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

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

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

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