#AE4542

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

Shades of Roof Terracotta #AE4542

Tints of Roof Terracotta #AE4542

Color information

#AE4542 (or 0xAE4542) is unknown color: approx Roof Terracotta. HEX triplet: AE, 45 and 42. RGB value is (174,69,66). Sum of RGB (Red+Green+Blue) = 174+69+66=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4542 is #51BABD. Grayscale: #646464. Windows color (decimal): -5356222 or 4343214. OLE color: 4343214.

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

Color convert

RGB1746966-
CMYK00.600.620.32
HSL1.67º45%47.06%-
HSV(B)1.67º62.07%68.24%-
XYZ20.5713.656.7-
YUV100.05108.79180.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=56.31%
G=22.33%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174696600.600.620.321.674547.06
HexAE454203C3E2022d2f
Octal256105102074764025557
Binary1010111010001011000010011110011111010000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4542; }

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

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

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

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

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

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

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

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