#AE4342

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

Shades of Roof Terracotta #AE4342

Tints of Roof Terracotta #AE4342

Color information

#AE4342 (or 0xAE4342) is unknown color: approx Roof Terracotta. HEX triplet: AE, 43 and 42. RGB value is (174,67,66). Sum of RGB (Red+Green+Blue) = 174+67+66=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4342 is #51BCBD. Grayscale: #626262. Windows color (decimal): -5356734 or 4342702. OLE color: 4342702.

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

Color convert

RGB1746766-
CMYK00.610.620.32
HSL0.56º45%47.06%-
HSV(B)0.56º62.07%68.24%-
XYZ20.4513.416.66-
YUV98.88109.45181.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=56.68%
G=21.82%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174676600.610.620.320.564547.06
HexAE434203D3E2012d2f
Octal256103102075764015557
Binary101011101000011100001001111011111101000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4342; }

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

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

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

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

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

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

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

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