#A14D47

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

Shades of Roof Terracotta #A14D47

Tints of Roof Terracotta #A14D47

Color information

#A14D47 (or 0xA14D47) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4D and 47. RGB value is (161,77,71). Sum of RGB (Red+Green+Blue) = 161+77+71=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D47 is #5EB2B8. Grayscale: #656565. Windows color (decimal): -6206137 or 4672929. OLE color: 4672929.

HSL color Cylindrical-coordinate representation of color #A14D47: hue angle of 4º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14D47 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1617771-
CMYK00.520.560.37
HSL38.79%45.49%-
HSV(B)55.9%63.14%-
XYZ18.4913.347.56-
YUV101.43110.83170.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=52.10%
G=24.92%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161777100.520.560.37438.7945.49
HexA14D4703438254272d
Octal241115107064704544755
Binary10100001100110110001110110100111000100101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D47; }

 p { color: rgb(161,77,71); }

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

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

 a { background-color: rgb(161,77,71); }

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

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

 span { border-color: rgb(161,77,71); }

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