#AE4743

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

Shades of Roof Terracotta #AE4743

Tints of Roof Terracotta #AE4743

Color information

#AE4743 (or 0xAE4743) is unknown color: approx Roof Terracotta. HEX triplet: AE, 47 and 43. RGB value is (174,71,67). Sum of RGB (Red+Green+Blue) = 174+71+67=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4743 is #51B8BC. Grayscale: #656565. Windows color (decimal): -5355709 or 4409262. OLE color: 4409262.

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

Color convert

RGB1747167-
CMYK00.590.610.32
HSL2.24º44.4%47.25%-
HSV(B)2.24º61.49%68.24%-
XYZ20.7213.916.9-
YUV101.34108.62179.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=55.77%
G=22.76%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174716700.590.610.322.2444.447.25
HexAE474303B3D2022c2f
Octal256107103073754025457
Binary1010111010001111000011011101111110110000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4743; }

 p { color: rgb(174,71,67); }

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

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

 a { background-color: rgb(174,71,67); }

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

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

 span { border-color: rgb(174,71,67); }

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