#A14D45

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

Shades of Roof Terracotta #A14D45

Tints of Roof Terracotta #A14D45

Color information

#A14D45 (or 0xA14D45) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4D and 45. RGB value is (161,77,69). Sum of RGB (Red+Green+Blue) = 161+77+69=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D45 is #5EB2BA. Grayscale: #656565. Windows color (decimal): -6206139 or 4541857. OLE color: 4541857.

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

Color convert

RGB1617769-
CMYK00.520.570.37
HSL5.22º40%45.1%-
HSV(B)5.22º57.14%63.14%-
XYZ18.4313.317.23-
YUV101.2109.83170.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=52.44%
G=25.08%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161776900.520.570.375.224045.1
HexA14D4503439255282d
Octal241115105064714555055
Binary10100001100110110001010110100111001100101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D45; }

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

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

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

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

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

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

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

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