#A14945

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

Shades of Roof Terracotta #A14945

Tints of Roof Terracotta #A14945

Color information

#A14945 (or 0xA14945) is unknown color: approx Roof Terracotta. HEX triplet: A1, 49 and 45. RGB value is (161,73,69). Sum of RGB (Red+Green+Blue) = 161+73+69=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A14945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14945 is #5EB6BA. Grayscale: #626262. Windows color (decimal): -6207163 or 4540833. OLE color: 4540833.

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

Color convert

RGB1617369-
CMYK00.550.570.37
HSL2.61º40%45.1%-
HSV(B)2.61º57.14%63.14%-
XYZ18.1512.777.14-
YUV98.86111.15172.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=53.14%
G=24.09%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161736900.550.570.372.614045.1
HexA1494503739253282d
Octal241111105067714535055
Binary1010000110010011000101011011111100110010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14945; }

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

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

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

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

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

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

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

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