#A14745

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

Shades of Roof Terracotta #A14745

Tints of Roof Terracotta #A14745

Color information

#A14745 (or 0xA14745) is unknown color: approx Roof Terracotta. HEX triplet: A1, 47 and 45. RGB value is (161,71,69). Sum of RGB (Red+Green+Blue) = 161+71+69=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14745 is #5EB8BA. Grayscale: #616161. Windows color (decimal): -6207675 or 4540321. OLE color: 4540321.

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

Color convert

RGB1617169-
CMYK00.560.570.37
HSL1.3º40%45.1%-
HSV(B)1.3º57.14%63.14%-
XYZ18.0312.517.1-
YUV97.68111.82173.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=53.49%
G=23.59%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161716900.560.570.371.34045.1
HexA1474503839251282d
Octal241107105070714515055
Binary101000011000111100010101110001110011001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14745; }

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

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

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

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

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

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

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

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