#AE4644

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

Shades of Roof Terracotta #AE4644

Tints of Roof Terracotta #AE4644

Color information

#AE4644 (or 0xAE4644) is unknown color: approx Roof Terracotta. HEX triplet: AE, 46 and 44. RGB value is (174,70,68). Sum of RGB (Red+Green+Blue) = 174+70+68=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4644 is #51B9BB. Grayscale: #646464. Windows color (decimal): -5355964 or 4474542. OLE color: 4474542.

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

Color convert

RGB1747068-
CMYK00.600.610.32
HSL1.13º43.8%47.45%-
HSV(B)1.13º60.92%68.24%-
XYZ20.6913.87.04-
YUV100.87109.46180.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=55.77%
G=22.44%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174706800.600.610.321.1343.847.45
HexAE464403C3D2012c2f
Octal256106104074754015457
Binary101011101000110100010001111001111011000001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4644; }

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

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

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

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

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

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

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

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