#A14846

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

Shades of Roof Terracotta #A14846

Tints of Roof Terracotta #A14846

Color information

#A14846 (or 0xA14846) is unknown color: approx Roof Terracotta. HEX triplet: A1, 48 and 46. RGB value is (161,72,70). Sum of RGB (Red+Green+Blue) = 161+72+70=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A14846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14846 is #5EB7B9. Grayscale: #626262. Windows color (decimal): -6207418 or 4606113. OLE color: 4606113.

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

Color convert

RGB1617270-
CMYK00.550.570.37
HSL1.32º39.39%45.29%-
HSV(B)1.32º56.52%63.14%-
XYZ18.1212.657.28-
YUV98.38111.99172.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=53.14%
G=23.76%
B=23.10%

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
Decimal161727000.550.570.371.3239.3945.29
HexA1484603739251272d
Octal241110106067714514755
Binary101000011001000100011001101111110011001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14846; }

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

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

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

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

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

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

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

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