#AE4641

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

Shades of Roof Terracotta #AE4641

Tints of Roof Terracotta #AE4641

Color information

#AE4641 (or 0xAE4641) is unknown color: approx Roof Terracotta. HEX triplet: AE, 46 and 41. RGB value is (174,70,65). Sum of RGB (Red+Green+Blue) = 174+70+65=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4641 is #51B9BE. Grayscale: #646464. Windows color (decimal): -5355967 or 4277934. OLE color: 4277934.

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

Color convert

RGB1747065-
CMYK00.600.630.32
HSL2.75º45.61%46.86%-
HSV(B)2.75º62.64%68.24%-
XYZ20.613.766.57-
YUV100.53107.96180.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=56.31%
G=22.65%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174706500.600.630.322.7545.6146.86
HexAE464103C3F2032e2f
Octal256106101074774035657
Binary1010111010001101000001011110011111110000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4641; }

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

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

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

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

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

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

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

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