#A14343

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

Shades of Roof Terracotta #A14343

Tints of Roof Terracotta #A14343

Color information

#A14343 (or 0xA14343) is unknown color: approx Roof Terracotta. HEX triplet: A1, 43 and 43. RGB value is (161,67,67). Sum of RGB (Red+Green+Blue) = 161+67+67=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A14343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14343 is #5EBCBC. Grayscale: #5F5F5F. Windows color (decimal): -6208701 or 4408225. OLE color: 4408225.

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

Color convert

RGB1616767-
CMYK00.580.580.37
HSL41.23%44.71%-
HSV(B)58.39%63.14%-
XYZ17.72126.69-
YUV95.11112.14175-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 67 (26.56% from 255) = 22.71%
R=54.58%
G=22.71%
B=22.71%

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
Decimal161676700.580.580.37041.2344.71
HexA1434303A3A250292d
Octal241103103072724505155
Binary101000011000011100001101110101110101001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14343; }

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

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

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

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

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

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

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

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