#A14443

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

Shades of Roof Terracotta #A14443

Tints of Roof Terracotta #A14443

Color information

#A14443 (or 0xA14443) is unknown color: approx Roof Terracotta. HEX triplet: A1, 44 and 43. RGB value is (161,68,67). Sum of RGB (Red+Green+Blue) = 161+68+67=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A14443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14443 is #5EBBBC. Grayscale: #5F5F5F. Windows color (decimal): -6208445 or 4408481. OLE color: 4408481.

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

Color convert

RGB1616867-
CMYK00.580.580.37
HSL0.64º41.23%44.71%-
HSV(B)0.64º58.39%63.14%-
XYZ17.7812.126.71-
YUV95.69111.81174.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=54.39%
G=22.97%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161686700.580.580.370.6441.2344.71
HexA1444303A3A251292d
Octal241104103072724515155
Binary101000011000100100001101110101110101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14443; }

 p { color: rgb(161,68,67); }

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

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

 a { background-color: rgb(161,68,67); }

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

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

 span { border-color: rgb(161,68,67); }

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