#a14842

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

Shades of Roof Terracotta #A14842

Tints of Roof Terracotta #A14842

Color information

#A14842 (or 0xA14842) is unknown color: approx Roof Terracotta. HEX triplet: A1, 48 and 42. RGB value is (161,72,66). Sum of RGB (Red+Green+Blue) = 161+72+66=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14842 is #5EB7BD. Grayscale: #626262. Windows color (decimal): -6207422 or 4343969. OLE color: 4343969.

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

Color convert

RGB1617266-
CMYK00.550.590.37
HSL3.79º41.85%44.51%-
HSV(B)3.79º59.01%63.14%-
XYZ1812.616.64-
YUV97.93109.99172.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=53.85%
G=24.08%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161726600.550.590.373.7941.8544.51
HexA148420373B2542a2d
Octal241110102067734545255
Binary10100001100100010000100110111111011100101100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14842; }

 p { color: rgb(161,72,66); }

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

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

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

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

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

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

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