#A14544

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

Shades of Roof Terracotta #A14544

Tints of Roof Terracotta #A14544

Color information

#A14544 (or 0xA14544) is unknown color: approx Roof Terracotta. HEX triplet: A1, 45 and 44. RGB value is (161,69,68). Sum of RGB (Red+Green+Blue) = 161+69+68=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A14544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14544 is #5EBABB. Grayscale: #606060. Windows color (decimal): -6208188 or 4474273. OLE color: 4474273.

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

Color convert

RGB1616968-
CMYK00.570.580.37
HSL0.65º40.61%44.9%-
HSV(B)0.65º57.76%63.14%-
XYZ17.8712.256.89-
YUV96.39111.98174.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=54.03%
G=23.15%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161696800.570.580.370.6540.6144.9
HexA145440393A251292d
Octal241105104071724515155
Binary101000011000101100010001110011110101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14544; }

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

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

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

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

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

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

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

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