#AE4841

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

Shades of Roof Terracotta #AE4841

Tints of Roof Terracotta #AE4841

Color information

#AE4841 (or 0xAE4841) is unknown color: approx Roof Terracotta. HEX triplet: AE, 48 and 41. RGB value is (174,72,65). Sum of RGB (Red+Green+Blue) = 174+72+65=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4841 is #51B7BE. Grayscale: #656565. Windows color (decimal): -5355455 or 4278446. OLE color: 4278446.

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

Color convert

RGB1747265-
CMYK00.590.630.32
HSL3.85º45.61%46.86%-
HSV(B)3.85º62.64%68.24%-
XYZ20.7314.026.61-
YUV101.7107.29179.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=55.95%
G=23.15%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174726500.590.630.323.8545.6146.86
HexAE484103B3F2042e2f
Octal256110101073774045657
Binary10101110100100010000010111011111111100000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4841; }

 p { color: rgb(174,72,65); }

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

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

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

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

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

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

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